Html Css Color HEX #32530E Turtle Green

📋 copy color: '#32530E'

red 50 ◦ green 83 ◦ blue 14

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

Shades of Turtle Green #32530E

Tints of Turtle Green #32530E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 56.46%

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

R = 34.01%
G = 56.46%
B = 9.52%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#32530E (or 0x32530E) is known color: Turtle Green. HEX triplet: 32, 53 and 0E. RGB value is (50,83,14). Sum of RGB (Red+Green+Blue) = 50+83+14=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 83 (32.81% from 255 or 56.46% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 83 - color contains mainly: green. Hex color #32530E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32530E is #CDACF1. Grayscale: #414141. Windows color (decimal): -13479154 or 938802. OLE color: 938802.

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

Color convert

RGB 50 83 14 -
CMYK 0.40 0 0.83 0.67
HSL 88.7º 0.71% 0.19% -
HSV(B) 88.7º 0.83% 0.33% -
XYZ 4.49 6.9 1.51 -
YUV 65.27 99.07 117.11 -
System Red Green Blue C M Y K H S L
Decimal 50 83 14 0.40 0 0.83 0.67 88.7 0.71 0.19
Hex 32 53 E 28 0 53 43 59 47 13
Octal 62 123 16 50 0 123 103 131 107 23
Binary 110010 1010011 1110 101000 0 1010011 1000011 1011001 1000111 10011

Color Harmonies of #32530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32530E

Black with #32530E

Text Example


Text Example

White with #32530E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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