Html Css Color HEX #38746D Genoa

📋 copy color: '#38746D'

red 56 ◦ green 116 ◦ blue 109

#38746D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Genoa #38746D

Tints of Genoa #38746D

RGB

 RED value IS 56 (22.27% from 255) = 19.93%

 GREEN value IS 116 (45.7% from 255) = 41.28%

 BLUE value IS 109 (42.97% from 255) = 38.79%

R = 19.93%
G = 41.28%
B = 38.79%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38746D (or 0x38746D) is known color: Genoa. HEX triplet: 38, 74 and 6D. RGB value is (56,116,109). Sum of RGB (Red+Green+Blue) = 56+116+109=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 116 - color contains mainly: green. Hex color #38746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38746D is #C78B92. Grayscale: #616161. Windows color (decimal): -13077395 or 7173176. OLE color: 7173176.

HSL color Cylindrical-coordinate representation of color #38746D: hue angle of 173º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #38746D is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 116 109 -
CMYK 0.52 0 0.06 0.55
HSL 173º 0.35% 0.34% -
HSV(B) 173º 0.52% 0.45% -
XYZ 10.64 14.44 16.69 -
YUV 97.26 134.62 98.57 -
System Red Green Blue C M Y K H S L
Decimal 56 116 109 0.52 0 0.06 0.55 173 0.35 0.34
Hex 38 74 6D 34 0 6 37 AD 23 22
Octal 70 164 155 64 0 6 67 255 43 42
Binary 111000 1110100 1101101 110100 0 110 110111 10101101 100011 100010

Color Harmonies of #38746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38746D

Black with #38746D

Text Example


Text Example

White with #38746D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38746D; }

 p { color: rgb(56,116,109); }

 H1.HeaderClassName
 {
   color: #38746D;
 }
 .AnyTagClassName
 {
   color: #38746D;
 }
</style>

background-color css

<style>
 a { background-color: #38746D; }

 a { background-color: rgb(56,116,109); }

 div.DivClassName
 {
   background-color: #38746D;
 }
 .BgClassName
 {
   background-color: #38746D;
 }
</style>

border-color css

<style>
 span { border-color: #38746D; }

 span { border-color: rgb(56,116,109); }

 td.TdClassName
 {
   border-color: #38746D;
 }
 .TagClassName
 {
   border-color: #38746D;
 }
</style>