Html Css Color HEX #335100 Turtle Green

📋 copy color: '#335100'

red 51 ◦ green 81 ◦ blue 0

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

Shades of Turtle Green #335100

Tints of Turtle Green #335100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 61.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.64%
G = 61.36%
B = 0%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#335100 (or 0x335100) is known color: Turtle Green. HEX triplet: 33, 51 and 00. RGB value is (51,81,0). Sum of RGB (Red+Green+Blue) = 51+81+0=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 81 (32.03% from 255 or 61.36% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 81 - color contains mainly: green. Hex color #335100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335100 is #CCAEFF. Grayscale: #3F3F3F. Windows color (decimal): -13414144 or 20787. OLE color: 20787.

HSL color Cylindrical-coordinate representation of color #335100: hue angle of 82.22º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #335100 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.68.

Color convert

RGB 51 81 0 -
CMYK 0.37 0 1 0.68
HSL 82.22º 1% 0.16% -
HSV(B) 82.22º 1% 0.32% -
XYZ 4.31 6.59 1.04 -
YUV 62.8 92.56 119.59 -
System Red Green Blue C M Y K H S L
Decimal 51 81 0 0.37 0 1 0.68 82.22 1 0.16
Hex 33 51 0 25 0 64 44 52 64 10
Octal 63 121 0 45 0 144 104 122 144 20
Binary 110011 1010001 0 100101 0 1100100 1000100 1010010 1100100 10000

Color Harmonies of #335100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335100

Black with #335100

Text Example


Text Example

White with #335100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335100; }

 p { color: rgb(51,81,0); }

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

background-color css

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

 a { background-color: rgb(51,81,0); }

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

border-color css

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

 span { border-color: rgb(51,81,0); }

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