Html Css Color HEX #32520F Turtle Green

📋 copy color: '#32520F'

red 50 ◦ green 82 ◦ blue 15

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

Shades of Turtle Green #32520F

Tints of Turtle Green #32520F

RGB

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

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

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

R = 34.01%
G = 55.78%
B = 10.2%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#32520F (or 0x32520F) is known color: Turtle Green. HEX triplet: 32, 52 and 0F. RGB value is (50,82,15). Sum of RGB (Red+Green+Blue) = 50+82+15=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 82 (32.42% from 255 or 55.78% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 82 - color contains mainly: green. Hex color #32520F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32520F is #CDADF0. Grayscale: #414141. Windows color (decimal): -13479409 or 1004082. OLE color: 1004082.

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

Color convert

RGB 50 82 15 -
CMYK 0.39 0 0.82 0.68
HSL 88.66º 0.69% 0.19% -
HSV(B) 88.66º 0.82% 0.32% -
XYZ 4.42 6.75 1.52 -
YUV 64.79 99.9 117.45 -
System Red Green Blue C M Y K H S L
Decimal 50 82 15 0.39 0 0.82 0.68 88.66 0.69 0.19
Hex 32 52 F 27 0 52 44 59 45 13
Octal 62 122 17 47 0 122 104 131 105 23
Binary 110010 1010010 1111 100111 0 1010010 1000100 1011001 1000101 10011

Color Harmonies of #32520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32520F

Black with #32520F

Text Example


Text Example

White with #32520F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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