Html Css Color HEX #387971 Genoa

📋 copy color: '#387971'

red 56 ◦ green 121 ◦ blue 113

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

Shades of Genoa #387971

Tints of Genoa #387971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.97%

R = 19.31%
G = 41.72%
B = 38.97%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#387971 (or 0x387971) is known color: Genoa. HEX triplet: 38, 79 and 71. RGB value is (56,121,113). Sum of RGB (Red+Green+Blue) = 56+121+113=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 121 - color contains mainly: green. Hex color #387971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387971 is #C7868E. Grayscale: #646464. Windows color (decimal): -13076111 or 7436600. OLE color: 7436600.

HSL color Cylindrical-coordinate representation of color #387971: hue angle of 172.62º 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 #387971 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 121 113 -
CMYK 0.54 0 0.07 0.53
HSL 172.62º 0.37% 0.35% -
HSV(B) 172.62º 0.54% 0.47% -
XYZ 11.45 15.71 18.05 -
YUV 100.65 134.97 96.15 -
System Red Green Blue C M Y K H S L
Decimal 56 121 113 0.54 0 0.07 0.53 172.62 0.37 0.35
Hex 38 79 71 36 0 7 35 AD 25 23
Octal 70 171 161 66 0 7 65 255 45 43
Binary 111000 1111001 1110001 110110 0 111 110101 10101101 100101 100011

Color Harmonies of #387971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387971

Black with #387971

Text Example


Text Example

White with #387971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387971; }

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

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

background-color css

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

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

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

border-color css

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

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

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