Html Css Color HEX #367965 Genoa

📋 copy color: '#367965'

red 54 ◦ green 121 ◦ blue 101

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

Shades of Genoa #367965

Tints of Genoa #367965

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.84%

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

R = 19.57%
G = 43.84%
B = 36.59%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#367965 (or 0x367965) is known color: Genoa. HEX triplet: 36, 79 and 65. RGB value is (54,121,101). Sum of RGB (Red+Green+Blue) = 54+121+101=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 121 - color contains mainly: green. Hex color #367965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367965 is #C9869A. Grayscale: #626262. Windows color (decimal): -13207195 or 6650166. OLE color: 6650166.

HSL color Cylindrical-coordinate representation of color #367965: hue angle of 162.09º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #367965 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 121 101 -
CMYK 0.55 0 0.17 0.53
HSL 162.09º 0.38% 0.34% -
HSV(B) 162.09º 0.55% 0.47% -
XYZ 10.71 15.4 14.72 -
YUV 98.69 129.3 96.13 -
System Red Green Blue C M Y K H S L
Decimal 54 121 101 0.55 0 0.17 0.53 162.09 0.38 0.34
Hex 36 79 65 37 0 11 35 A2 26 22
Octal 66 171 145 67 0 21 65 242 46 42
Binary 110110 1111001 1100101 110111 0 10001 110101 10100010 100110 100010

Color Harmonies of #367965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367965

Black with #367965

Text Example


Text Example

White with #367965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367965; }

 p { color: rgb(54,121,101); }

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

background-color css

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

 a { background-color: rgb(54,121,101); }

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

border-color css

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

 span { border-color: rgb(54,121,101); }

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