Html Css Color HEX #335008 Turtle Green

📋 copy color: '#335008'

red 51 ◦ green 80 ◦ blue 8

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

Shades of Turtle Green #335008

Tints of Turtle Green #335008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.76%

R = 36.69%
G = 57.55%
B = 5.76%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#335008 (or 0x335008) is known color: Turtle Green. HEX triplet: 33, 50 and 08. RGB value is (51,80,8). Sum of RGB (Red+Green+Blue) = 51+80+8=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 80 (31.64% from 255 or 57.55% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 80 - color contains mainly: green. Hex color #335008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335008 is #CCAFF7. Grayscale: #3F3F3F. Windows color (decimal): -13414392 or 544819. OLE color: 544819.

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

Color convert

RGB 51 80 8 -
CMYK 0.36 0 0.90 0.69
HSL 84.17º 0.82% 0.17% -
HSV(B) 84.17º 0.9% 0.31% -
XYZ 4.28 6.46 1.25 -
YUV 63.12 96.89 119.35 -
System Red Green Blue C M Y K H S L
Decimal 51 80 8 0.36 0 0.90 0.69 84.17 0.82 0.17
Hex 33 50 8 24 0 5A 45 54 52 11
Octal 63 120 10 44 0 132 105 124 122 21
Binary 110011 1010000 1000 100100 0 1011010 1000101 1010100 1010010 10001

Color Harmonies of #335008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335008

Black with #335008

Text Example


Text Example

White with #335008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335008; }

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

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

background-color css

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

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

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

border-color css

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

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

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