Html Css Color HEX #32500E Turtle Green

📋 copy color: '#32500E'

red 50 ◦ green 80 ◦ blue 14

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

Shades of Turtle Green #32500E

Tints of Turtle Green #32500E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 55.56%

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

R = 34.72%
G = 55.56%
B = 9.72%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#32500E (or 0x32500E) is known color: Turtle Green. HEX triplet: 32, 50 and 0E. RGB value is (50,80,14). Sum of RGB (Red+Green+Blue) = 50+80+14=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 80 (31.64% from 255 or 55.56% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 80 - color contains mainly: green. Hex color #32500E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32500E is #CDAFF1. Grayscale: #3F3F3F. Windows color (decimal): -13479922 or 938034. OLE color: 938034.

HSL color Cylindrical-coordinate representation of color #32500E: hue angle of 87.27º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32500E is Cyan = 0.37, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 80 14 -
CMYK 0.37 0 0.83 0.69
HSL 87.27º 0.7% 0.18% -
HSV(B) 87.27º 0.83% 0.31% -
XYZ 4.26 6.45 1.44 -
YUV 63.51 100.06 118.37 -
System Red Green Blue C M Y K H S L
Decimal 50 80 14 0.37 0 0.83 0.69 87.27 0.7 0.18
Hex 32 50 E 25 0 53 45 57 46 12
Octal 62 120 16 45 0 123 105 127 106 22
Binary 110010 1010000 1110 100101 0 1010011 1000101 1010111 1000110 10010

Color Harmonies of #32500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32500E

Black with #32500E

Text Example


Text Example

White with #32500E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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