Html Css Color HEX #335012 Turtle Green

📋 copy color: '#335012'

red 51 ◦ green 80 ◦ blue 18

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

Shades of Turtle Green #335012

Tints of Turtle Green #335012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 53.69%

 BLUE value IS 18 (7.42% from 255) = 12.08%

R = 34.23%
G = 53.69%
B = 12.08%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#335012 (or 0x335012) is known color: Turtle Green. HEX triplet: 33, 50 and 12. RGB value is (51,80,18). Sum of RGB (Red+Green+Blue) = 51+80+18=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 80 (31.64% from 255 or 53.69% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 80 - color contains mainly: green. Hex color #335012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335012 is #CCAFED. Grayscale: #404040. Windows color (decimal): -13414382 or 1200179. OLE color: 1200179.

HSL color Cylindrical-coordinate representation of color #335012: hue angle of 88.06º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #335012 is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 80 18 -
CMYK 0.36 0 0.78 0.69
HSL 88.06º 0.63% 0.19% -
HSV(B) 88.06º 0.78% 0.31% -
XYZ 4.34 6.48 1.6 -
YUV 64.26 101.89 118.54 -
System Red Green Blue C M Y K H S L
Decimal 51 80 18 0.36 0 0.78 0.69 88.06 0.63 0.19
Hex 33 50 12 24 0 4E 45 58 3F 13
Octal 63 120 22 44 0 116 105 130 77 23
Binary 110011 1010000 10010 100100 0 1001110 1000101 1011000 111111 10011

Color Harmonies of #335012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335012

Black with #335012

Text Example


Text Example

White with #335012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335012; }

 p { color: rgb(51,80,18); }

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

background-color css

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

 a { background-color: rgb(51,80,18); }

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

border-color css

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

 span { border-color: rgb(51,80,18); }

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