Html Css Color HEX #387469 Genoa

📋 copy color: '#387469'

red 56 ◦ green 116 ◦ blue 105

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

Shades of Genoa #387469

Tints of Genoa #387469

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.88%

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

R = 20.22%
G = 41.88%
B = 37.91%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#387469 (or 0x387469) is known color: Genoa. HEX triplet: 38, 74 and 69. RGB value is (56,116,105). Sum of RGB (Red+Green+Blue) = 56+116+105=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 116 - color contains mainly: green. Hex color #387469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387469 is #C78B96. Grayscale: #606060. Windows color (decimal): -13077399 or 6911032. OLE color: 6911032.

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

Color convert

RGB 56 116 105 -
CMYK 0.52 0 0.09 0.55
HSL 169º 0.35% 0.34% -
HSV(B) 169º 0.52% 0.45% -
XYZ 10.43 14.35 15.59 -
YUV 96.81 132.62 98.89 -
System Red Green Blue C M Y K H S L
Decimal 56 116 105 0.52 0 0.09 0.55 169 0.35 0.34
Hex 38 74 69 34 0 9 37 A9 23 22
Octal 70 164 151 64 0 11 67 251 43 42
Binary 111000 1110100 1101001 110100 0 1001 110111 10101001 100011 100010

Color Harmonies of #387469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387469

Black with #387469

Text Example


Text Example

White with #387469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387469; }

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

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

background-color css

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

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

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

border-color css

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

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

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