Html Css Color HEX #324014 Turtle Green

📋 copy color: '#324014'

red 50 ◦ green 64 ◦ blue 20

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

Shades of Turtle Green #324014

Tints of Turtle Green #324014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.93%

R = 37.31%
G = 47.76%
B = 14.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#324014 (or 0x324014) is known color: Turtle Green. HEX triplet: 32, 40 and 14. RGB value is (50,64,20). Sum of RGB (Red+Green+Blue) = 50+64+20=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 64 - color contains mainly: green. Hex color #324014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324014 is #CDBFEB. Grayscale: #363636. Windows color (decimal): -13484012 or 1327154. OLE color: 1327154.

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

Color convert

RGB 50 64 20 -
CMYK 0.22 0 0.69 0.75
HSL 79.09º 0.52% 0.16% -
HSV(B) 79.09º 0.69% 0.25% -
XYZ 3.28 4.4 1.34 -
YUV 54.8 108.36 124.58 -
System Red Green Blue C M Y K H S L
Decimal 50 64 20 0.22 0 0.69 0.75 79.09 0.52 0.16
Hex 32 40 14 16 0 45 4B 4F 34 10
Octal 62 100 24 26 0 105 113 117 64 20
Binary 110010 1000000 10100 10110 0 1000101 1001011 1001111 110100 10000

Color Harmonies of #324014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324014

Black with #324014

Text Example


Text Example

White with #324014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324014; }

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

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

background-color css

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

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

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

border-color css

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

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

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