Html Css Color HEX #324015 Turtle Green

📋 copy color: '#324015'

red 50 ◦ green 64 ◦ blue 21

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

Shades of Turtle Green #324015

Tints of Turtle Green #324015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 47.41%

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

R = 37.04%
G = 47.41%
B = 15.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#324015 (or 0x324015) is known color: Turtle Green. HEX triplet: 32, 40 and 15. RGB value is (50,64,21). Sum of RGB (Red+Green+Blue) = 50+64+21=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #324015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324015 is #CDBFEA. Grayscale: #373737. Windows color (decimal): -13484011 or 1392690. OLE color: 1392690.

HSL color Cylindrical-coordinate representation of color #324015: hue angle of 79.53º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #324015 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 64 21 -
CMYK 0.22 0 0.67 0.75
HSL 79.53º 0.51% 0.17% -
HSV(B) 79.53º 0.67% 0.25% -
XYZ 3.28 4.4 1.39 -
YUV 54.91 108.86 124.5 -
System Red Green Blue C M Y K H S L
Decimal 50 64 21 0.22 0 0.67 0.75 79.53 0.51 0.17
Hex 32 40 15 16 0 43 4B 50 33 11
Octal 62 100 25 26 0 103 113 120 63 21
Binary 110010 1000000 10101 10110 0 1000011 1001011 1010000 110011 10001

Color Harmonies of #324015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324015

Black with #324015

Text Example


Text Example

White with #324015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324015; }

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

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

background-color css

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

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

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

border-color css

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

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

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