Html Css Color HEX #33520B Turtle Green

📋 copy color: '#33520B'

red 51 ◦ green 82 ◦ blue 11

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

Shades of Turtle Green #33520B

Tints of Turtle Green #33520B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 56.94%

 BLUE value IS 11 (4.69% from 255) = 7.64%

R = 35.42%
G = 56.94%
B = 7.64%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.87

 K value IS 0.68

RGB Variations

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

Color information

#33520B (or 0x33520B) is known color: Turtle Green. HEX triplet: 33, 52 and 0B. RGB value is (51,82,11). Sum of RGB (Red+Green+Blue) = 51+82+11=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 82 (32.42% from 255 or 56.94% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 82 - color contains mainly: green. Hex color #33520B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33520B is #CCADF4. Grayscale: #404040. Windows color (decimal): -13413877 or 741939. OLE color: 741939.

HSL color Cylindrical-coordinate representation of color #33520B: hue angle of 86.2º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #33520B is Cyan = 0.38, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.

Color convert

RGB 51 82 11 -
CMYK 0.38 0 0.87 0.68
HSL 86.2º 0.76% 0.18% -
HSV(B) 86.2º 0.87% 0.32% -
XYZ 4.44 6.76 1.39 -
YUV 64.64 97.73 118.27 -
System Red Green Blue C M Y K H S L
Decimal 51 82 11 0.38 0 0.87 0.68 86.2 0.76 0.18
Hex 33 52 B 26 0 57 44 56 4C 12
Octal 63 122 13 46 0 127 104 126 114 22
Binary 110011 1010010 1011 100110 0 1010111 1000100 1010110 1001100 10010

Color Harmonies of #33520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33520B

Black with #33520B

Text Example


Text Example

White with #33520B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33520B; }

 p { color: rgb(51,82,11); }

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

background-color css

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

 a { background-color: rgb(51,82,11); }

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

border-color css

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

 span { border-color: rgb(51,82,11); }

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