Html Css Color HEX #323801 Turtle Green

📋 copy color: '#323801'

red 50 ◦ green 56 ◦ blue 1

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

Shades of Turtle Green #323801

Tints of Turtle Green #323801

RGB

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

 GREEN value IS 56 (22.27% from 255) = 52.34%

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

R = 46.73%
G = 52.34%
B = 0.93%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#323801 (or 0x323801) is known color: Turtle Green. HEX triplet: 32, 38 and 01. RGB value is (50,56,1). Sum of RGB (Red+Green+Blue) = 50+56+1=107 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.73% from 107); Green value is 56 (22.27% from 255 or 52.34% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 56 - color contains mainly: green. Hex color #323801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323801 is #CDC7FE. Grayscale: #303030. Windows color (decimal): -13486079 or 79922. OLE color: 79922.

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

Color convert

RGB 50 56 1 -
CMYK 0.11 0 0.98 0.78
HSL 66.55º 0.96% 0.11% -
HSV(B) 66.55º 0.98% 0.22% -
XYZ 2.74 3.51 0.56 -
YUV 47.94 101.51 129.47 -
System Red Green Blue C M Y K H S L
Decimal 50 56 1 0.11 0 0.98 0.78 66.55 0.96 0.11
Hex 32 38 1 B 0 62 4E 43 60 B
Octal 62 70 1 13 0 142 116 103 140 13
Binary 110010 111000 1 1011 0 1100010 1001110 1000011 1100000 1011

Color Harmonies of #323801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323801

Black with #323801

Text Example


Text Example

White with #323801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323801; }

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

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

background-color css

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

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

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

border-color css

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

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

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