Html Css Color HEX #32550D Turtle Green

📋 copy color: '#32550D'

red 50 ◦ green 85 ◦ blue 13

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

Shades of Turtle Green #32550D

Tints of Turtle Green #32550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 57.43%

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

R = 33.78%
G = 57.43%
B = 8.78%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#32550D (or 0x32550D) is known color: Turtle Green. HEX triplet: 32, 55 and 0D. RGB value is (50,85,13). Sum of RGB (Red+Green+Blue) = 50+85+13=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 85 (33.59% from 255 or 57.43% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 85 - color contains mainly: green. Hex color #32550D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32550D is #CDAAF2. Grayscale: #424242. Windows color (decimal): -13478643 or 873778. OLE color: 873778.

HSL color Cylindrical-coordinate representation of color #32550D: hue angle of 89.17º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #32550D is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 85 13 -
CMYK 0.41 0 0.85 0.67
HSL 89.17º 0.73% 0.19% -
HSV(B) 89.17º 0.85% 0.33% -
XYZ 4.64 7.2 1.53 -
YUV 66.33 97.9 116.35 -
System Red Green Blue C M Y K H S L
Decimal 50 85 13 0.41 0 0.85 0.67 89.17 0.73 0.19
Hex 32 55 D 29 0 55 43 59 49 13
Octal 62 125 15 51 0 125 103 131 111 23
Binary 110010 1010101 1101 101001 0 1010101 1000011 1011001 1001001 10011

Color Harmonies of #32550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32550D

Black with #32550D

Text Example


Text Example

White with #32550D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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