Html Css Color HEX #32520D Turtle Green

📋 copy color: '#32520D'

red 50 ◦ green 82 ◦ blue 13

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

Shades of Turtle Green #32520D

Tints of Turtle Green #32520D

RGB

 RED value IS 50 (19.92% from 255) = 34.48%

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

 BLUE value IS 13 (5.47% from 255) = 8.97%

R = 34.48%
G = 56.55%
B = 8.97%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#32520D (or 0x32520D) is known color: Turtle Green. HEX triplet: 32, 52 and 0D. RGB value is (50,82,13). Sum of RGB (Red+Green+Blue) = 50+82+13=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 82 (32.42% from 255 or 56.55% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 82 - color contains mainly: green. Hex color #32520D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32520D is #CDADF2. Grayscale: #404040. Windows color (decimal): -13479411 or 873010. OLE color: 873010.

HSL color Cylindrical-coordinate representation of color #32520D: hue angle of 87.83º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32520D is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 82 13 -
CMYK 0.39 0 0.84 0.68
HSL 87.83º 0.73% 0.19% -
HSV(B) 87.83º 0.84% 0.32% -
XYZ 4.41 6.74 1.45 -
YUV 64.57 98.9 117.61 -
System Red Green Blue C M Y K H S L
Decimal 50 82 13 0.39 0 0.84 0.68 87.83 0.73 0.19
Hex 32 52 D 27 0 54 44 58 49 13
Octal 62 122 15 47 0 124 104 130 111 23
Binary 110010 1010010 1101 100111 0 1010100 1000100 1011000 1001001 10011

Color Harmonies of #32520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32520D

Black with #32520D

Text Example


Text Example

White with #32520D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32520D; }

 p { color: rgb(50,82,13); }

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

background-color css

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

 a { background-color: rgb(50,82,13); }

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

border-color css

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

 span { border-color: rgb(50,82,13); }

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