Html Css Color HEX #335009 Turtle Green

📋 copy color: '#335009'

red 51 ◦ green 80 ◦ blue 9

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

Shades of Turtle Green #335009

Tints of Turtle Green #335009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.43%

R = 36.43%
G = 57.14%
B = 6.43%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.89

 K value IS 0.69

RGB Variations

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

Color information

#335009 (or 0x335009) is known color: Turtle Green. HEX triplet: 33, 50 and 09. RGB value is (51,80,9). Sum of RGB (Red+Green+Blue) = 51+80+9=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 80 (31.64% from 255 or 57.14% from 140); Blue value is 9 (3.91% from 255 or 6.43% from 140); Max value from RGB is 80 - color contains mainly: green. Hex color #335009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335009 is #CCAFF6. Grayscale: #3F3F3F. Windows color (decimal): -13414391 or 610355. OLE color: 610355.

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

Color convert

RGB 51 80 9 -
CMYK 0.36 0 0.89 0.69
HSL 84.51º 0.8% 0.17% -
HSV(B) 84.51º 0.89% 0.31% -
XYZ 4.28 6.46 1.28 -
YUV 63.24 97.39 119.27 -
System Red Green Blue C M Y K H S L
Decimal 51 80 9 0.36 0 0.89 0.69 84.51 0.8 0.17
Hex 33 50 9 24 0 59 45 55 50 11
Octal 63 120 11 44 0 131 105 125 120 21
Binary 110011 1010000 1001 100100 0 1011001 1000101 1010101 1010000 10001

Color Harmonies of #335009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335009

Black with #335009

Text Example


Text Example

White with #335009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335009; }

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

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

background-color css

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

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

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

border-color css

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

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

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