Html Css Color HEX #387165 Genoa

📋 copy color: '#387165'

red 56 ◦ green 113 ◦ blue 101

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

Shades of Genoa #387165

Tints of Genoa #387165

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.85%

 BLUE value IS 101 (39.84% from 255) = 37.41%

R = 20.74%
G = 41.85%
B = 37.41%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#387165 (or 0x387165) is known color: Genoa. HEX triplet: 38, 71 and 65. RGB value is (56,113,101). Sum of RGB (Red+Green+Blue) = 56+113+101=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 113 - color contains mainly: green. Hex color #387165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387165 is #C78E9A. Grayscale: #5E5E5E. Windows color (decimal): -13078171 or 6648120. OLE color: 6648120.

HSL color Cylindrical-coordinate representation of color #387165: hue angle of 167.37º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #387165 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 113 101 -
CMYK 0.50 0 0.11 0.56
HSL 167.37º 0.34% 0.33% -
HSV(B) 167.37º 0.5% 0.44% -
XYZ 9.88 13.59 14.41 -
YUV 94.59 131.62 100.48 -
System Red Green Blue C M Y K H S L
Decimal 56 113 101 0.50 0 0.11 0.56 167.37 0.34 0.33
Hex 38 71 65 32 0 B 38 A7 22 21
Octal 70 161 145 62 0 13 70 247 42 41
Binary 111000 1110001 1100101 110010 0 1011 111000 10100111 100010 100001

Color Harmonies of #387165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387165

Black with #387165

Text Example


Text Example

White with #387165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387165; }

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

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

background-color css

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

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

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

border-color css

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

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

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