Html Css Color HEX #323504 Turtle Green

📋 copy color: '#323504'

red 50 ◦ green 53 ◦ blue 4

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

Shades of Turtle Green #323504

Tints of Turtle Green #323504

RGB

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

 GREEN value IS 53 (21.09% from 255) = 49.53%

 BLUE value IS 4 (1.95% from 255) = 3.74%

R = 46.73%
G = 49.53%
B = 3.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.79

RGB Variations

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

Color information

#323504 (or 0x323504) is known color: Turtle Green. HEX triplet: 32, 35 and 04. RGB value is (50,53,4). Sum of RGB (Red+Green+Blue) = 50+53+4=107 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.73% from 107); Green value is 53 (21.09% from 255 or 49.53% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 53 - color contains mainly: green. Hex color #323504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323504 is #CDCAFB. Grayscale: #2E2E2E. Windows color (decimal): -13486844 or 275762. OLE color: 275762.

HSL color Cylindrical-coordinate representation of color #323504: hue angle of 63.67º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #323504 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.79.

Color convert

RGB 50 53 4 -
CMYK 0.06 0 0.92 0.79
HSL 63.67º 0.86% 0.11% -
HSV(B) 63.67º 0.92% 0.21% -
XYZ 2.61 3.23 0.6 -
YUV 46.52 104.01 130.48 -
System Red Green Blue C M Y K H S L
Decimal 50 53 4 0.06 0 0.92 0.79 63.67 0.86 0.11
Hex 32 35 4 6 0 5C 4F 40 56 B
Octal 62 65 4 6 0 134 117 100 126 13
Binary 110010 110101 100 110 0 1011100 1001111 1000000 1010110 1011

Color Harmonies of #323504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323504

Black with #323504

Text Example


Text Example

White with #323504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323504; }

 p { color: rgb(50,53,4); }

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

background-color css

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

 a { background-color: rgb(50,53,4); }

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

border-color css

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

 span { border-color: rgb(50,53,4); }

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