Html Css Color HEX #388377 Genoa

📋 copy color: '#388377'

red 56 ◦ green 131 ◦ blue 119

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

Shades of Genoa #388377

Tints of Genoa #388377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.89%

R = 18.3%
G = 42.81%
B = 38.89%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#388377 (or 0x388377) is known color: Genoa. HEX triplet: 38, 83 and 77. RGB value is (56,131,119). Sum of RGB (Red+Green+Blue) = 56+131+119=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 131 - color contains mainly: green. Hex color #388377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388377 is #C77C88. Grayscale: #6B6B6B. Windows color (decimal): -13073545 or 7832376. OLE color: 7832376.

HSL color Cylindrical-coordinate representation of color #388377: hue angle of 170.4º 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 #388377 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 131 119 -
CMYK 0.57 0 0.09 0.49
HSL 170.4º 0.4% 0.37% -
HSV(B) 170.4º 0.57% 0.51% -
XYZ 13.08 18.41 20.32 -
YUV 107.21 134.65 91.48 -
System Red Green Blue C M Y K H S L
Decimal 56 131 119 0.57 0 0.09 0.49 170.4 0.4 0.37
Hex 38 83 77 39 0 9 31 AA 28 25
Octal 70 203 167 71 0 11 61 252 50 45
Binary 111000 10000011 1110111 111001 0 1001 110001 10101010 101000 100101

Color Harmonies of #388377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388377

Black with #388377

Text Example


Text Example

White with #388377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388377; }

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

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

background-color css

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

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

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

border-color css

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

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

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