Html Css Color HEX #32480D Turtle Green

📋 copy color: '#32480D'

red 50 ◦ green 72 ◦ blue 13

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

Shades of Turtle Green #32480D

Tints of Turtle Green #32480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 53.33%

 BLUE value IS 13 (5.47% from 255) = 9.63%

R = 37.04%
G = 53.33%
B = 9.63%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#32480D (or 0x32480D) is known color: Turtle Green. HEX triplet: 32, 48 and 0D. RGB value is (50,72,13). Sum of RGB (Red+Green+Blue) = 50+72+13=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #32480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32480D is #CDB7F2. Grayscale: #3A3A3A. Windows color (decimal): -13481971 or 870450. OLE color: 870450.

HSL color Cylindrical-coordinate representation of color #32480D: hue angle of 82.37º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32480D is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 72 13 -
CMYK 0.31 0 0.82 0.72
HSL 82.37º 0.69% 0.17% -
HSV(B) 82.37º 0.82% 0.28% -
XYZ 3.71 5.34 1.22 -
YUV 58.7 102.21 121.8 -
System Red Green Blue C M Y K H S L
Decimal 50 72 13 0.31 0 0.82 0.72 82.37 0.69 0.17
Hex 32 48 D 1F 0 52 48 52 45 11
Octal 62 110 15 37 0 122 110 122 105 21
Binary 110010 1001000 1101 11111 0 1010010 1001000 1010010 1000101 10001

Color Harmonies of #32480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32480D

Black with #32480D

Text Example


Text Example

White with #32480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32480D; }

 p { color: rgb(50,72,13); }

 H1.HeaderClassName
 {
   color: #32480D;
 }
 .AnyTagClassName
 {
   color: #32480D;
 }
</style>

background-color css

<style>
 a { background-color: #32480D; }

 a { background-color: rgb(50,72,13); }

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

border-color css

<style>
 span { border-color: #32480D; }

 span { border-color: rgb(50,72,13); }

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