Html Css Color HEX #387E73 Genoa

📋 copy color: '#387E73'

red 56 ◦ green 126 ◦ blue 115

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

Shades of Genoa #387E73

Tints of Genoa #387E73

RGB

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

 GREEN value IS 126 (49.61% from 255) = 42.42%

 BLUE value IS 115 (45.31% from 255) = 38.72%

R = 18.86%
G = 42.42%
B = 38.72%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#387E73 (or 0x387E73) is known color: Genoa. HEX triplet: 38, 7E and 73. RGB value is (56,126,115). Sum of RGB (Red+Green+Blue) = 56+126+115=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 126 (49.61% from 255 or 42.42% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 126 - color contains mainly: green. Hex color #387E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387E73 is #C7818C. Grayscale: #676767. Windows color (decimal): -13074829 or 7568952. OLE color: 7568952.

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

Color convert

RGB 56 126 115 -
CMYK 0.56 0 0.09 0.51
HSL 170.57º 0.38% 0.36% -
HSV(B) 170.57º 0.56% 0.49% -
XYZ 12.19 17 18.86 -
YUV 103.82 134.31 93.89 -
System Red Green Blue C M Y K H S L
Decimal 56 126 115 0.56 0 0.09 0.51 170.57 0.38 0.36
Hex 38 7E 73 38 0 9 33 AB 26 24
Octal 70 176 163 70 0 11 63 253 46 44
Binary 111000 1111110 1110011 111000 0 1001 110011 10101011 100110 100100

Color Harmonies of #387E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387E73

Black with #387E73

Text Example


Text Example

White with #387E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,126,115); }

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

background-color css

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

 a { background-color: rgb(56,126,115); }

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

border-color css

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

 span { border-color: rgb(56,126,115); }

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