Html Css Color HEX #324013 Turtle Green

📋 copy color: '#324013'

red 50 ◦ green 64 ◦ blue 19

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

Shades of Turtle Green #324013

Tints of Turtle Green #324013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.29%

R = 37.59%
G = 48.12%
B = 14.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#324013 (or 0x324013) is known color: Turtle Green. HEX triplet: 32, 40 and 13. RGB value is (50,64,19). Sum of RGB (Red+Green+Blue) = 50+64+19=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #324013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324013 is #CDBFEC. Grayscale: #363636. Windows color (decimal): -13484013 or 1261618. OLE color: 1261618.

HSL color Cylindrical-coordinate representation of color #324013: hue angle of 78.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #324013 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 64 19 -
CMYK 0.22 0 0.70 0.75
HSL 78.67º 0.54% 0.16% -
HSV(B) 78.67º 0.7% 0.25% -
XYZ 3.27 4.39 1.29 -
YUV 54.68 107.86 124.66 -
System Red Green Blue C M Y K H S L
Decimal 50 64 19 0.22 0 0.70 0.75 78.67 0.54 0.16
Hex 32 40 13 16 0 46 4B 4F 36 10
Octal 62 100 23 26 0 106 113 117 66 20
Binary 110010 1000000 10011 10110 0 1000110 1001011 1001111 110110 10000

Color Harmonies of #324013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324013

Black with #324013

Text Example


Text Example

White with #324013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324013; }

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

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

background-color css

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

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

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

border-color css

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

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

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