Html Css Color HEX #324601 Turtle Green

📋 copy color: '#324601'

red 50 ◦ green 70 ◦ blue 1

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

Shades of Turtle Green #324601

Tints of Turtle Green #324601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 57.85%

 BLUE value IS 1 (0.78% from 255) = 0.83%

R = 41.32%
G = 57.85%
B = 0.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#324601 (or 0x324601) is known color: Turtle Green. HEX triplet: 32, 46 and 01. RGB value is (50,70,1). Sum of RGB (Red+Green+Blue) = 50+70+1=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 70 (27.73% from 255 or 57.85% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 70 - color contains mainly: green. Hex color #324601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324601 is #CDB9FE. Grayscale: #383838. Windows color (decimal): -13482495 or 83506. OLE color: 83506.

HSL color Cylindrical-coordinate representation of color #324601: hue angle of 77.39º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #324601 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 50 70 1 -
CMYK 0.29 0 0.99 0.73
HSL 77.39º 0.97% 0.14% -
HSV(B) 77.39º 0.99% 0.27% -
XYZ 3.51 5.06 0.82 -
YUV 56.15 96.87 123.61 -
System Red Green Blue C M Y K H S L
Decimal 50 70 1 0.29 0 0.99 0.73 77.39 0.97 0.14
Hex 32 46 1 1D 0 63 49 4D 61 E
Octal 62 106 1 35 0 143 111 115 141 16
Binary 110010 1000110 1 11101 0 1100011 1001001 1001101 1100001 1110

Color Harmonies of #324601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324601

Black with #324601

Text Example


Text Example

White with #324601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324601; }

 p { color: rgb(50,70,1); }

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

background-color css

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

 a { background-color: rgb(50,70,1); }

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

border-color css

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

 span { border-color: rgb(50,70,1); }

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