Html Css Color HEX #387569 Genoa

📋 copy color: '#387569'

red 56 ◦ green 117 ◦ blue 105

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

Shades of Genoa #387569

Tints of Genoa #387569

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.09%

 BLUE value IS 105 (41.41% from 255) = 37.77%

R = 20.14%
G = 42.09%
B = 37.77%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#387569 (or 0x387569) is known color: Genoa. HEX triplet: 38, 75 and 69. RGB value is (56,117,105). Sum of RGB (Red+Green+Blue) = 56+117+105=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 117 - color contains mainly: green. Hex color #387569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387569 is #C78A96. Grayscale: #616161. Windows color (decimal): -13077143 or 6911288. OLE color: 6911288.

HSL color Cylindrical-coordinate representation of color #387569: hue angle of 168.2º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #387569 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 117 105 -
CMYK 0.52 0 0.10 0.54
HSL 168.2º 0.35% 0.34% -
HSV(B) 168.2º 0.52% 0.46% -
XYZ 10.54 14.58 15.62 -
YUV 97.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 56 117 105 0.52 0 0.10 0.54 168.2 0.35 0.34
Hex 38 75 69 34 0 A 36 A8 23 22
Octal 70 165 151 64 0 12 66 250 43 42
Binary 111000 1110101 1101001 110100 0 1010 110110 10101000 100011 100010

Color Harmonies of #387569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387569

Black with #387569

Text Example


Text Example

White with #387569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387569; }

 p { color: rgb(56,117,105); }

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

background-color css

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

 a { background-color: rgb(56,117,105); }

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

border-color css

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

 span { border-color: rgb(56,117,105); }

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