Html Css Color HEX #32460D Turtle Green

📋 copy color: '#32460D'

red 50 ◦ green 70 ◦ blue 13

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

Shades of Turtle Green #32460D

Tints of Turtle Green #32460D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 52.63%

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

R = 37.59%
G = 52.63%
B = 9.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#32460D (or 0x32460D) is known color: Turtle Green. HEX triplet: 32, 46 and 0D. RGB value is (50,70,13). Sum of RGB (Red+Green+Blue) = 50+70+13=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 70 (27.73% from 255 or 52.63% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 70 - color contains mainly: green. Hex color #32460D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32460D is #CDB9F2. Grayscale: #393939. Windows color (decimal): -13482483 or 869938. OLE color: 869938.

HSL color Cylindrical-coordinate representation of color #32460D: hue angle of 81.05º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #32460D is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 50 70 13 -
CMYK 0.29 0 0.81 0.73
HSL 81.05º 0.69% 0.16% -
HSV(B) 81.05º 0.81% 0.27% -
XYZ 3.58 5.09 1.17 -
YUV 57.52 102.87 122.63 -
System Red Green Blue C M Y K H S L
Decimal 50 70 13 0.29 0 0.81 0.73 81.05 0.69 0.16
Hex 32 46 D 1D 0 51 49 51 45 10
Octal 62 106 15 35 0 121 111 121 105 20
Binary 110010 1000110 1101 11101 0 1010001 1001001 1010001 1000101 10000

Color Harmonies of #32460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32460D

Black with #32460D

Text Example


Text Example

White with #32460D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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