Html Css Color HEX #335011 Turtle Green

📋 copy color: '#335011'

red 51 ◦ green 80 ◦ blue 17

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

Shades of Turtle Green #335011

Tints of Turtle Green #335011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.49%

R = 34.46%
G = 54.05%
B = 11.49%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#335011 (or 0x335011) is known color: Turtle Green. HEX triplet: 33, 50 and 11. RGB value is (51,80,17). Sum of RGB (Red+Green+Blue) = 51+80+17=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 80 (31.64% from 255 or 54.05% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 80 - color contains mainly: green. Hex color #335011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335011 is #CCAFEE. Grayscale: #404040. Windows color (decimal): -13414383 or 1134643. OLE color: 1134643.

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

Color convert

RGB 51 80 17 -
CMYK 0.36 0 0.79 0.69
HSL 87.62º 0.65% 0.19% -
HSV(B) 87.62º 0.79% 0.31% -
XYZ 4.34 6.48 1.55 -
YUV 64.15 101.39 118.62 -
System Red Green Blue C M Y K H S L
Decimal 51 80 17 0.36 0 0.79 0.69 87.62 0.65 0.19
Hex 33 50 11 24 0 4F 45 58 41 13
Octal 63 120 21 44 0 117 105 130 101 23
Binary 110011 1010000 10001 100100 0 1001111 1000101 1011000 1000001 10011

Color Harmonies of #335011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335011

Black with #335011

Text Example


Text Example

White with #335011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335011; }

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

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

background-color css

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

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

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

border-color css

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

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

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