Html Css Color HEX #387D72 Genoa

📋 copy color: '#387D72'

red 56 ◦ green 125 ◦ blue 114

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

Shades of Genoa #387D72

Tints of Genoa #387D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.64%

R = 18.98%
G = 42.37%
B = 38.64%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#387D72 (or 0x387D72) is known color: Genoa. HEX triplet: 38, 7D and 72. RGB value is (56,125,114). Sum of RGB (Red+Green+Blue) = 56+125+114=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 125 (49.22% from 255 or 42.37% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 125 - color contains mainly: green. Hex color #387D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387D72 is #C7828D. Grayscale: #676767. Windows color (decimal): -13075086 or 7503160. OLE color: 7503160.

HSL color Cylindrical-coordinate representation of color #387D72: hue angle of 170.43º 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 #387D72 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 125 114 -
CMYK 0.55 0 0.09 0.51
HSL 170.43º 0.38% 0.35% -
HSV(B) 170.43º 0.55% 0.49% -
XYZ 12 16.72 18.51 -
YUV 103.12 134.14 94.39 -
System Red Green Blue C M Y K H S L
Decimal 56 125 114 0.55 0 0.09 0.51 170.43 0.38 0.35
Hex 38 7D 72 37 0 9 33 AA 26 23
Octal 70 175 162 67 0 11 63 252 46 43
Binary 111000 1111101 1110010 110111 0 1001 110011 10101010 100110 100011

Color Harmonies of #387D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387D72

Black with #387D72

Text Example


Text Example

White with #387D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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