Html Css Color HEX #32550E Turtle Green

📋 copy color: '#32550E'

red 50 ◦ green 85 ◦ blue 14

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

Shades of Turtle Green #32550E

Tints of Turtle Green #32550E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.4%

R = 33.56%
G = 57.05%
B = 9.4%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#32550E (or 0x32550E) is known color: Turtle Green. HEX triplet: 32, 55 and 0E. RGB value is (50,85,14). Sum of RGB (Red+Green+Blue) = 50+85+14=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 85 (33.59% from 255 or 57.05% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 85 - color contains mainly: green. Hex color #32550E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32550E is #CDAAF1. Grayscale: #424242. Windows color (decimal): -13478642 or 939314. OLE color: 939314.

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

Color convert

RGB 50 85 14 -
CMYK 0.41 0 0.84 0.67
HSL 89.58º 0.72% 0.19% -
HSV(B) 89.58º 0.84% 0.33% -
XYZ 4.64 7.21 1.56 -
YUV 66.44 98.4 116.27 -
System Red Green Blue C M Y K H S L
Decimal 50 85 14 0.41 0 0.84 0.67 89.58 0.72 0.19
Hex 32 55 E 29 0 54 43 5A 48 13
Octal 62 125 16 51 0 124 103 132 110 23
Binary 110010 1010101 1110 101001 0 1010100 1000011 1011010 1001000 10011

Color Harmonies of #32550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32550E

Black with #32550E

Text Example


Text Example

White with #32550E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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