Html Css Color HEX #323601 Turtle Green

📋 copy color: '#323601'

red 50 ◦ green 54 ◦ blue 1

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

Shades of Turtle Green #323601

Tints of Turtle Green #323601

RGB

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

 GREEN value IS 54 (21.48% from 255) = 51.43%

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

R = 47.62%
G = 51.43%
B = 0.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#323601 (or 0x323601) is known color: Turtle Green. HEX triplet: 32, 36 and 01. RGB value is (50,54,1). Sum of RGB (Red+Green+Blue) = 50+54+1=105 (13% of max value = 765). Red value is 50 (19.92% from 255 or 47.62% from 105); Green value is 54 (21.48% from 255 or 51.43% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 54 - color contains mainly: green. Hex color #323601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323601 is #CDC9FE. Grayscale: #2E2E2E. Windows color (decimal): -13486591 or 79410. OLE color: 79410.

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

Color convert

RGB 50 54 1 -
CMYK 0.07 0 0.98 0.79
HSL 64.53º 0.96% 0.11% -
HSV(B) 64.53º 0.98% 0.21% -
XYZ 2.64 3.32 0.53 -
YUV 46.76 102.17 130.31 -
System Red Green Blue C M Y K H S L
Decimal 50 54 1 0.07 0 0.98 0.79 64.53 0.96 0.11
Hex 32 36 1 7 0 62 4F 41 60 B
Octal 62 66 1 7 0 142 117 101 140 13
Binary 110010 110110 1 111 0 1100010 1001111 1000001 1100000 1011

Color Harmonies of #323601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323601

Black with #323601

Text Example


Text Example

White with #323601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323601; }

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

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

background-color css

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

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

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

border-color css

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

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

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