Html Css Color HEX #336764 Genoa

📋 copy color: '#336764'

red 51 ◦ green 103 ◦ blue 100

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

Shades of Genoa #336764

Tints of Genoa #336764

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.55%

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

R = 20.08%
G = 40.55%
B = 39.37%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#336764 (or 0x336764) is known color: Genoa. HEX triplet: 33, 67 and 64. RGB value is (51,103,100). Sum of RGB (Red+Green+Blue) = 51+103+100=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 100 (39.45% from 255 or 39.37% from 254); Max value from RGB is 103 - color contains mainly: green. Hex color #336764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336764 is #CC989B. Grayscale: #575757. Windows color (decimal): -13408412 or 6580019. OLE color: 6580019.

HSL color Cylindrical-coordinate representation of color #336764: hue angle of 176.54º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #336764 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB 51 103 100 -
CMYK 0.50 0 0.03 0.60
HSL 176.54º 0.34% 0.3% -
HSV(B) 176.54º 0.5% 0.4% -
XYZ 8.52 11.32 13.79 -
YUV 87.11 135.27 102.24 -
System Red Green Blue C M Y K H S L
Decimal 51 103 100 0.50 0 0.03 0.60 176.54 0.34 0.3
Hex 33 67 64 32 0 3 3C B1 22 1E
Octal 63 147 144 62 0 3 74 261 42 36
Binary 110011 1100111 1100100 110010 0 11 111100 10110001 100010 11110

Color Harmonies of #336764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336764

Black with #336764

Text Example


Text Example

White with #336764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336764; }

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

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

background-color css

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

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

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

border-color css

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

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

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