Html Css Color HEX #388374 Genoa

📋 copy color: '#388374'

red 56 ◦ green 131 ◦ blue 116

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

Shades of Genoa #388374

Tints of Genoa #388374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.28%

R = 18.48%
G = 43.23%
B = 38.28%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#388374 (or 0x388374) is known color: Genoa. HEX triplet: 38, 83 and 74. RGB value is (56,131,116). Sum of RGB (Red+Green+Blue) = 56+131+116=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 131 - color contains mainly: green. Hex color #388374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388374 is #C77C8B. Grayscale: #6A6A6A. Windows color (decimal): -13073548 or 7635768. OLE color: 7635768.

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

Color convert

RGB 56 131 116 -
CMYK 0.57 0 0.11 0.49
HSL 168º 0.4% 0.37% -
HSV(B) 168º 0.57% 0.51% -
XYZ 12.9 18.33 19.38 -
YUV 106.87 133.15 91.72 -
System Red Green Blue C M Y K H S L
Decimal 56 131 116 0.57 0 0.11 0.49 168 0.4 0.37
Hex 38 83 74 39 0 B 31 A8 28 25
Octal 70 203 164 71 0 13 61 250 50 45
Binary 111000 10000011 1110100 111001 0 1011 110001 10101000 101000 100101

Color Harmonies of #388374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388374

Black with #388374

Text Example


Text Example

White with #388374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388374; }

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

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

background-color css

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

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

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

border-color css

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

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

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