Html Css Color HEX #324515 Turtle Green

📋 copy color: '#324515'

red 50 ◦ green 69 ◦ blue 21

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

Shades of Turtle Green #324515

Tints of Turtle Green #324515

RGB

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

 GREEN value IS 69 (27.34% from 255) = 49.29%

 BLUE value IS 21 (8.59% from 255) = 15%

R = 35.71%
G = 49.29%
B = 15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#324515 (or 0x324515) is known color: Turtle Green. HEX triplet: 32, 45 and 15. RGB value is (50,69,21). Sum of RGB (Red+Green+Blue) = 50+69+21=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 69 (27.34% from 255 or 49.29% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 69 - color contains mainly: green. Hex color #324515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324515 is #CDBAEA. Grayscale: #3A3A3A. Windows color (decimal): -13482731 or 1393970. OLE color: 1393970.

HSL color Cylindrical-coordinate representation of color #324515: hue angle of 83.75º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #324515 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB 50 69 21 -
CMYK 0.28 0 0.70 0.73
HSL 83.75º 0.53% 0.18% -
HSV(B) 83.75º 0.7% 0.27% -
XYZ 3.58 4.99 1.48 -
YUV 57.85 107.21 122.4 -
System Red Green Blue C M Y K H S L
Decimal 50 69 21 0.28 0 0.70 0.73 83.75 0.53 0.18
Hex 32 45 15 1C 0 46 49 54 35 12
Octal 62 105 25 34 0 106 111 124 65 22
Binary 110010 1000101 10101 11100 0 1000110 1001001 1010100 110101 10010

Color Harmonies of #324515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324515

Black with #324515

Text Example


Text Example

White with #324515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324515; }

 p { color: rgb(50,69,21); }

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

background-color css

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

 a { background-color: rgb(50,69,21); }

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

border-color css

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

 span { border-color: rgb(50,69,21); }

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