Html Css Color HEX #336F68 Genoa

📋 copy color: '#336F68'

red 51 ◦ green 111 ◦ blue 104

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

Shades of Genoa #336F68

Tints of Genoa #336F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 39.1%

R = 19.17%
G = 41.73%
B = 39.1%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#336F68 (or 0x336F68) is known color: Genoa. HEX triplet: 33, 6F and 68. RGB value is (51,111,104). Sum of RGB (Red+Green+Blue) = 51+111+104=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 111 - color contains mainly: green. Hex color #336F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F68 is #CC9097. Grayscale: #5C5C5C. Windows color (decimal): -13406360 or 6844211. OLE color: 6844211.

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

Color convert

RGB 51 111 104 -
CMYK 0.54 0 0.06 0.56
HSL 173º 0.37% 0.32% -
HSV(B) 173º 0.54% 0.44% -
XYZ 9.55 13.07 15.12 -
YUV 92.26 134.62 98.57 -
System Red Green Blue C M Y K H S L
Decimal 51 111 104 0.54 0 0.06 0.56 173 0.37 0.32
Hex 33 6F 68 36 0 6 38 AD 25 20
Octal 63 157 150 66 0 6 70 255 45 40
Binary 110011 1101111 1101000 110110 0 110 111000 10101101 100101 100000

Color Harmonies of #336F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336F68

Black with #336F68

Text Example


Text Example

White with #336F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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