Html Css Color HEX #32530A Turtle Green

📋 copy color: '#32530A'

red 50 ◦ green 83 ◦ blue 10

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

Shades of Turtle Green #32530A

Tints of Turtle Green #32530A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.99%

R = 34.97%
G = 58.04%
B = 6.99%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#32530A (or 0x32530A) is known color: Turtle Green. HEX triplet: 32, 53 and 0A. RGB value is (50,83,10). Sum of RGB (Red+Green+Blue) = 50+83+10=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 83 (32.81% from 255 or 58.04% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 83 - color contains mainly: green. Hex color #32530A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32530A is #CDACF5. Grayscale: #414141. Windows color (decimal): -13479158 or 676658. OLE color: 676658.

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

Color convert

RGB 50 83 10 -
CMYK 0.40 0 0.88 0.67
HSL 87.12º 0.78% 0.18% -
HSV(B) 87.12º 0.88% 0.33% -
XYZ 4.46 6.89 1.38 -
YUV 64.81 97.07 117.44 -
System Red Green Blue C M Y K H S L
Decimal 50 83 10 0.40 0 0.88 0.67 87.12 0.78 0.18
Hex 32 53 A 28 0 58 43 57 4E 12
Octal 62 123 12 50 0 130 103 127 116 22
Binary 110010 1010011 1010 101000 0 1011000 1000011 1010111 1001110 10010

Color Harmonies of #32530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32530A

Black with #32530A

Text Example


Text Example

White with #32530A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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