Html Css Color HEX #336F65 Genoa

📋 copy color: '#336F65'

red 51 ◦ green 111 ◦ blue 101

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

Shades of Genoa #336F65

Tints of Genoa #336F65

RGB

 RED value IS 51 (20.31% from 255) = 19.39%

 GREEN value IS 111 (43.75% from 255) = 42.21%

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

R = 19.39%
G = 42.21%
B = 38.4%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#336F65 (or 0x336F65) is known color: Genoa. HEX triplet: 33, 6F and 65. RGB value is (51,111,101). Sum of RGB (Red+Green+Blue) = 51+111+101=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 111 - color contains mainly: green. Hex color #336F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F65 is #CC909A. Grayscale: #5B5B5B. Windows color (decimal): -13406363 or 6647603. OLE color: 6647603.

HSL color Cylindrical-coordinate representation of color #336F65: hue angle of 170º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #336F65 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 111 101 -
CMYK 0.54 0 0.09 0.56
HSL 170º 0.37% 0.32% -
HSV(B) 170º 0.54% 0.44% -
XYZ 9.4 13.01 14.33 -
YUV 91.92 133.12 98.81 -
System Red Green Blue C M Y K H S L
Decimal 51 111 101 0.54 0 0.09 0.56 170 0.37 0.32
Hex 33 6F 65 36 0 9 38 AA 25 20
Octal 63 157 145 66 0 11 70 252 45 40
Binary 110011 1101111 1100101 110110 0 1001 111000 10101010 100101 100000

Color Harmonies of #336F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336F65

Black with #336F65

Text Example


Text Example

White with #336F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336F65; }

 p { color: rgb(51,111,101); }

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

background-color css

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

 a { background-color: rgb(51,111,101); }

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

border-color css

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

 span { border-color: rgb(51,111,101); }

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