Html Css Color HEX #368170 Genoa

📋 copy color: '#368170'

red 54 ◦ green 129 ◦ blue 112

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

Shades of Genoa #368170

Tints of Genoa #368170

RGB

 RED value IS 54 (21.48% from 255) = 18.31%

 GREEN value IS 129 (50.78% from 255) = 43.73%

 BLUE value IS 112 (44.14% from 255) = 37.97%

R = 18.31%
G = 43.73%
B = 37.97%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#368170 (or 0x368170) is known color: Genoa. HEX triplet: 36, 81 and 70. RGB value is (54,129,112). Sum of RGB (Red+Green+Blue) = 54+129+112=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 129 - color contains mainly: green. Hex color #368170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368170 is #C97E8F. Grayscale: #686868. Windows color (decimal): -13205136 or 7373110. OLE color: 7373110.

HSL color Cylindrical-coordinate representation of color #368170: hue angle of 166.4º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #368170 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 129 112 -
CMYK 0.58 0 0.13 0.49
HSL 166.4º 0.41% 0.36% -
HSV(B) 166.4º 0.58% 0.51% -
XYZ 12.3 17.65 18.09 -
YUV 104.64 132.15 91.88 -
System Red Green Blue C M Y K H S L
Decimal 54 129 112 0.58 0 0.13 0.49 166.4 0.41 0.36
Hex 36 81 70 3A 0 D 31 A6 29 24
Octal 66 201 160 72 0 15 61 246 51 44
Binary 110110 10000001 1110000 111010 0 1101 110001 10100110 101001 100100

Color Harmonies of #368170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368170

Black with #368170

Text Example


Text Example

White with #368170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368170; }

 p { color: rgb(54,129,112); }

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

background-color css

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

 a { background-color: rgb(54,129,112); }

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

border-color css

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

 span { border-color: rgb(54,129,112); }

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