Html Css Color HEX #33500A Turtle Green

📋 copy color: '#33500A'

red 51 ◦ green 80 ◦ blue 10

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

Shades of Turtle Green #33500A

Tints of Turtle Green #33500A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.09%

R = 36.17%
G = 56.74%
B = 7.09%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.87

 K value IS 0.69

RGB Variations

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

Color information

#33500A (or 0x33500A) is known color: Turtle Green. HEX triplet: 33, 50 and 0A. RGB value is (51,80,10). Sum of RGB (Red+Green+Blue) = 51+80+10=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 80 (31.64% from 255 or 56.74% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 80 - color contains mainly: green. Hex color #33500A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33500A is #CCAFF5. Grayscale: #3F3F3F. Windows color (decimal): -13414390 or 675891. OLE color: 675891.

HSL color Cylindrical-coordinate representation of color #33500A: hue angle of 84.86º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #33500A is Cyan = 0.36, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 80 10 -
CMYK 0.36 0 0.87 0.69
HSL 84.86º 0.78% 0.18% -
HSV(B) 84.86º 0.88% 0.31% -
XYZ 4.29 6.46 1.31 -
YUV 63.35 97.89 119.19 -
System Red Green Blue C M Y K H S L
Decimal 51 80 10 0.36 0 0.87 0.69 84.86 0.78 0.18
Hex 33 50 A 24 0 57 45 55 4E 12
Octal 63 120 12 44 0 127 105 125 116 22
Binary 110011 1010000 1010 100100 0 1010111 1000101 1010101 1001110 10010

Color Harmonies of #33500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33500A

Black with #33500A

Text Example


Text Example

White with #33500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33500A; }

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

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

background-color css

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

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

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

border-color css

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

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

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