Html Css Color HEX #387D74 Genoa

📋 copy color: '#387D74'

red 56 ◦ green 125 ◦ blue 116

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

Shades of Genoa #387D74

Tints of Genoa #387D74

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.09%

 BLUE value IS 116 (45.7% from 255) = 39.06%

R = 18.86%
G = 42.09%
B = 39.06%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#387D74 (or 0x387D74) is known color: Genoa. HEX triplet: 38, 7D and 74. RGB value is (56,125,116). Sum of RGB (Red+Green+Blue) = 56+125+116=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 125 (49.22% from 255 or 42.09% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 125 - color contains mainly: green. Hex color #387D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387D74 is #C7828B. Grayscale: #676767. Windows color (decimal): -13075084 or 7634232. OLE color: 7634232.

HSL color Cylindrical-coordinate representation of color #387D74: hue angle of 172.17º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #387D74 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 125 116 -
CMYK 0.55 0 0.07 0.51
HSL 172.17º 0.38% 0.35% -
HSV(B) 172.17º 0.55% 0.49% -
XYZ 12.12 16.77 19.12 -
YUV 103.34 135.14 94.23 -
System Red Green Blue C M Y K H S L
Decimal 56 125 116 0.55 0 0.07 0.51 172.17 0.38 0.35
Hex 38 7D 74 37 0 7 33 AC 26 23
Octal 70 175 164 67 0 7 63 254 46 43
Binary 111000 1111101 1110100 110111 0 111 110011 10101100 100110 100011

Color Harmonies of #387D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387D74

Black with #387D74

Text Example


Text Example

White with #387D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387D74; }

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

 H1.HeaderClassName
 {
   color: #387D74;
 }
 .AnyTagClassName
 {
   color: #387D74;
 }
</style>

background-color css

<style>
 a { background-color: #387D74; }

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

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

border-color css

<style>
 span { border-color: #387D74; }

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

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