Html Css Color HEX #388376 Genoa

📋 copy color: '#388376'

red 56 ◦ green 131 ◦ blue 118

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

Shades of Genoa #388376

Tints of Genoa #388376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.95%

 BLUE value IS 118 (46.48% from 255) = 38.69%

R = 18.36%
G = 42.95%
B = 38.69%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#388376 (or 0x388376) is known color: Genoa. HEX triplet: 38, 83 and 76. RGB value is (56,131,118). Sum of RGB (Red+Green+Blue) = 56+131+118=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 131 - color contains mainly: green. Hex color #388376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388376 is #C77C89. Grayscale: #6B6B6B. Windows color (decimal): -13073546 or 7766840. OLE color: 7766840.

HSL color Cylindrical-coordinate representation of color #388376: hue angle of 169.6º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #388376 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 131 118 -
CMYK 0.57 0 0.10 0.49
HSL 169.6º 0.4% 0.37% -
HSV(B) 169.6º 0.57% 0.51% -
XYZ 13.02 18.38 20 -
YUV 107.09 134.15 91.56 -
System Red Green Blue C M Y K H S L
Decimal 56 131 118 0.57 0 0.10 0.49 169.6 0.4 0.37
Hex 38 83 76 39 0 A 31 AA 28 25
Octal 70 203 166 71 0 12 61 252 50 45
Binary 111000 10000011 1110110 111001 0 1010 110001 10101010 101000 100101

Color Harmonies of #388376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388376

Black with #388376

Text Example


Text Example

White with #388376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388376; }

 p { color: rgb(56,131,118); }

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

background-color css

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

 a { background-color: rgb(56,131,118); }

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

border-color css

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

 span { border-color: rgb(56,131,118); }

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