Html Css Color HEX #324400 Turtle Green

📋 copy color: '#324400'

red 50 ◦ green 68 ◦ blue 0

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

Shades of Turtle Green #324400

Tints of Turtle Green #324400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 57.63%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.37%
G = 57.63%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#324400 (or 0x324400) is known color: Turtle Green. HEX triplet: 32, 44 and 00. RGB value is (50,68,0). Sum of RGB (Red+Green+Blue) = 50+68+0=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 68 (26.95% from 255 or 57.63% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 68 - color contains mainly: green. Hex color #324400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324400 is #CDBBFF. Grayscale: #373737. Windows color (decimal): -13483008 or 17458. OLE color: 17458.

HSL color Cylindrical-coordinate representation of color #324400: hue angle of 75.88º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #324400 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB 50 68 0 -
CMYK 0.26 0 1 0.73
HSL 75.88º 1% 0.13% -
HSV(B) 75.88º 1% 0.27% -
XYZ 3.38 4.81 0.75 -
YUV 54.87 97.04 124.53 -
System Red Green Blue C M Y K H S L
Decimal 50 68 0 0.26 0 1 0.73 75.88 1 0.13
Hex 32 44 0 1A 0 64 49 4C 64 D
Octal 62 104 0 32 0 144 111 114 144 15
Binary 110010 1000100 0 11010 0 1100100 1001001 1001100 1100100 1101

Color Harmonies of #324400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324400

Black with #324400

Text Example


Text Example

White with #324400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324400; }

 p { color: rgb(50,68,0); }

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

background-color css

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

 a { background-color: rgb(50,68,0); }

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

border-color css

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

 span { border-color: rgb(50,68,0); }

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