Html Css Color HEX #387D6E Genoa

📋 copy color: '#387D6E'

red 56 ◦ green 125 ◦ blue 110

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

Shades of Genoa #387D6E

Tints of Genoa #387D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.8%

R = 19.24%
G = 42.96%
B = 37.8%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#387D6E (or 0x387D6E) is known color: Genoa. HEX triplet: 38, 7D and 6E. RGB value is (56,125,110). Sum of RGB (Red+Green+Blue) = 56+125+110=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 125 - color contains mainly: green. Hex color #387D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387D6E is #C78291. Grayscale: #666666. Windows color (decimal): -13075090 or 7241016. OLE color: 7241016.

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

Color convert

RGB 56 125 110 -
CMYK 0.55 0 0.12 0.51
HSL 166.96º 0.38% 0.35% -
HSV(B) 166.96º 0.55% 0.49% -
XYZ 11.78 16.63 17.34 -
YUV 102.66 132.14 94.72 -
System Red Green Blue C M Y K H S L
Decimal 56 125 110 0.55 0 0.12 0.51 166.96 0.38 0.35
Hex 38 7D 6E 37 0 C 33 A7 26 23
Octal 70 175 156 67 0 14 63 247 46 43
Binary 111000 1111101 1101110 110111 0 1100 110011 10100111 100110 100011

Color Harmonies of #387D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387D6E

Black with #387D6E

Text Example


Text Example

White with #387D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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