Html Css Color HEX #336F64 Genoa

📋 copy color: '#336F64'

red 51 ◦ green 111 ◦ blue 100

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

Shades of Genoa #336F64

Tints of Genoa #336F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 38.17%

R = 19.47%
G = 42.37%
B = 38.17%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#336F64 (or 0x336F64) is known color: Genoa. HEX triplet: 33, 6F and 64. RGB value is (51,111,100). Sum of RGB (Red+Green+Blue) = 51+111+100=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 111 - color contains mainly: green. Hex color #336F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F64 is #CC909B. Grayscale: #5B5B5B. Windows color (decimal): -13406364 or 6582067. OLE color: 6582067.

HSL color Cylindrical-coordinate representation of color #336F64: hue angle of 169º 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 #336F64 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 111 100 -
CMYK 0.54 0 0.10 0.56
HSL 169º 0.37% 0.32% -
HSV(B) 169º 0.54% 0.44% -
XYZ 9.35 12.99 14.07 -
YUV 91.81 132.62 98.89 -
System Red Green Blue C M Y K H S L
Decimal 51 111 100 0.54 0 0.10 0.56 169 0.37 0.32
Hex 33 6F 64 36 0 A 38 A9 25 20
Octal 63 157 144 66 0 12 70 251 45 40
Binary 110011 1101111 1100100 110110 0 1010 111000 10101001 100101 100000

Color Harmonies of #336F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336F64

Black with #336F64

Text Example


Text Example

White with #336F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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