Html Css Color HEX #33500F Turtle Green

📋 copy color: '#33500F'

red 51 ◦ green 80 ◦ blue 15

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

Shades of Turtle Green #33500F

Tints of Turtle Green #33500F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.27%

R = 34.93%
G = 54.79%
B = 10.27%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#33500F (or 0x33500F) is known color: Turtle Green. HEX triplet: 33, 50 and 0F. RGB value is (51,80,15). Sum of RGB (Red+Green+Blue) = 51+80+15=146 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.93% from 146); Green value is 80 (31.64% from 255 or 54.79% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 80 - color contains mainly: green. Hex color #33500F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33500F is #CCAFF0. Grayscale: #404040. Windows color (decimal): -13414385 or 1003571. OLE color: 1003571.

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

Color convert

RGB 51 80 15 -
CMYK 0.36 0 0.81 0.69
HSL 86.77º 0.68% 0.19% -
HSV(B) 86.77º 0.81% 0.31% -
XYZ 4.32 6.48 1.47 -
YUV 63.92 100.39 118.79 -
System Red Green Blue C M Y K H S L
Decimal 51 80 15 0.36 0 0.81 0.69 86.77 0.68 0.19
Hex 33 50 F 24 0 51 45 57 44 13
Octal 63 120 17 44 0 121 105 127 104 23
Binary 110011 1010000 1111 100100 0 1010001 1000101 1010111 1000100 10011

Color Harmonies of #33500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33500F

Black with #33500F

Text Example


Text Example

White with #33500F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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