Html Css Color HEX #368175 Genoa

📋 copy color: '#368175'

red 54 ◦ green 129 ◦ blue 117

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

Shades of Genoa #368175

Tints of Genoa #368175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39%

R = 18%
G = 43%
B = 39%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#368175 (or 0x368175) is known color: Genoa. HEX triplet: 36, 81 and 75. RGB value is (54,129,117). Sum of RGB (Red+Green+Blue) = 54+129+117=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 129 - color contains mainly: green. Hex color #368175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368175 is #C97E8A. Grayscale: #696969. Windows color (decimal): -13205131 or 7700790. OLE color: 7700790.

HSL color Cylindrical-coordinate representation of color #368175: hue angle of 170.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 #368175 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 129 117 -
CMYK 0.58 0 0.09 0.49
HSL 170.4º 0.41% 0.36% -
HSV(B) 170.4º 0.58% 0.51% -
XYZ 12.58 17.77 19.6 -
YUV 105.21 134.65 91.48 -
System Red Green Blue C M Y K H S L
Decimal 54 129 117 0.58 0 0.09 0.49 170.4 0.41 0.36
Hex 36 81 75 3A 0 9 31 AA 29 24
Octal 66 201 165 72 0 11 61 252 51 44
Binary 110110 10000001 1110101 111010 0 1001 110001 10101010 101001 100100

Color Harmonies of #368175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368175

Black with #368175

Text Example


Text Example

White with #368175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368175; }

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

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

background-color css

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

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

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

border-color css

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

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

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