Html Css Color HEX #388378 Genoa

📋 copy color: '#388378'

red 56 ◦ green 131 ◦ blue 120

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

Shades of Genoa #388378

Tints of Genoa #388378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.09%

R = 18.24%
G = 42.67%
B = 39.09%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#388378 (or 0x388378) is known color: Genoa. HEX triplet: 38, 83 and 78. RGB value is (56,131,120). Sum of RGB (Red+Green+Blue) = 56+131+120=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 131 - color contains mainly: green. Hex color #388378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388378 is #C77C87. Grayscale: #6B6B6B. Windows color (decimal): -13073544 or 7897912. OLE color: 7897912.

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

Color convert

RGB 56 131 120 -
CMYK 0.57 0 0.08 0.49
HSL 171.2º 0.4% 0.37% -
HSV(B) 171.2º 0.57% 0.51% -
XYZ 13.14 18.43 20.63 -
YUV 107.32 135.15 91.39 -
System Red Green Blue C M Y K H S L
Decimal 56 131 120 0.57 0 0.08 0.49 171.2 0.4 0.37
Hex 38 83 78 39 0 8 31 AB 28 25
Octal 70 203 170 71 0 10 61 253 50 45
Binary 111000 10000011 1111000 111001 0 1000 110001 10101011 101000 100101

Color Harmonies of #388378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388378

Black with #388378

Text Example


Text Example

White with #388378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388378; }

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

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

background-color css

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

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

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

border-color css

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

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

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