Html Css Color HEX #32530F Turtle Green

📋 copy color: '#32530F'

red 50 ◦ green 83 ◦ blue 15

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

Shades of Turtle Green #32530F

Tints of Turtle Green #32530F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.14%

R = 33.78%
G = 56.08%
B = 10.14%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#32530F (or 0x32530F) is known color: Turtle Green. HEX triplet: 32, 53 and 0F. RGB value is (50,83,15). Sum of RGB (Red+Green+Blue) = 50+83+15=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 83 (32.81% from 255 or 56.08% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 83 - color contains mainly: green. Hex color #32530F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32530F is #CDACF0. Grayscale: #414141. Windows color (decimal): -13479153 or 1004338. OLE color: 1004338.

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

Color convert

RGB 50 83 15 -
CMYK 0.40 0 0.82 0.67
HSL 89.12º 0.69% 0.19% -
HSV(B) 89.12º 0.82% 0.33% -
XYZ 4.49 6.9 1.55 -
YUV 65.38 99.57 117.03 -
System Red Green Blue C M Y K H S L
Decimal 50 83 15 0.40 0 0.82 0.67 89.12 0.69 0.19
Hex 32 53 F 28 0 52 43 59 45 13
Octal 62 123 17 50 0 122 103 131 105 23
Binary 110010 1010011 1111 101000 0 1010010 1000011 1011001 1000101 10011

Color Harmonies of #32530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32530F

Black with #32530F

Text Example


Text Example

White with #32530F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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