Html Css Color HEX #387972 Genoa

📋 copy color: '#387972'

red 56 ◦ green 121 ◦ blue 114

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

Shades of Genoa #387972

Tints of Genoa #387972

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.58%

 BLUE value IS 114 (44.92% from 255) = 39.18%

R = 19.24%
G = 41.58%
B = 39.18%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#387972 (or 0x387972) is known color: Genoa. HEX triplet: 38, 79 and 72. RGB value is (56,121,114). Sum of RGB (Red+Green+Blue) = 56+121+114=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 121 - color contains mainly: green. Hex color #387972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387972 is #C7868D. Grayscale: #646464. Windows color (decimal): -13076110 or 7502136. OLE color: 7502136.

HSL color Cylindrical-coordinate representation of color #387972: hue angle of 173.54º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #387972 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 121 114 -
CMYK 0.54 0 0.06 0.53
HSL 173.54º 0.37% 0.35% -
HSV(B) 173.54º 0.54% 0.47% -
XYZ 11.51 15.73 18.35 -
YUV 100.77 135.47 96.07 -
System Red Green Blue C M Y K H S L
Decimal 56 121 114 0.54 0 0.06 0.53 173.54 0.37 0.35
Hex 38 79 72 36 0 6 35 AE 25 23
Octal 70 171 162 66 0 6 65 256 45 43
Binary 111000 1111001 1110010 110110 0 110 110101 10101110 100101 100011

Color Harmonies of #387972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387972

Black with #387972

Text Example


Text Example

White with #387972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387972; }

 p { color: rgb(56,121,114); }

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

background-color css

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

 a { background-color: rgb(56,121,114); }

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

border-color css

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

 span { border-color: rgb(56,121,114); }

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