Html Css Color HEX #324101 Turtle Green

📋 copy color: '#324101'

red 50 ◦ green 65 ◦ blue 1

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

Shades of Turtle Green #324101

Tints of Turtle Green #324101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 56.03%

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

R = 43.1%
G = 56.03%
B = 0.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#324101 (or 0x324101) is known color: Turtle Green. HEX triplet: 32, 41 and 01. RGB value is (50,65,1). Sum of RGB (Red+Green+Blue) = 50+65+1=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 65 (25.78% from 255 or 56.03% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 65 - color contains mainly: green. Hex color #324101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324101 is #CDBEFE. Grayscale: #353535. Windows color (decimal): -13483775 or 82226. OLE color: 82226.

HSL color Cylindrical-coordinate representation of color #324101: hue angle of 74.06º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #324101 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 65 1 -
CMYK 0.23 0 0.98 0.75
HSL 74.06º 0.97% 0.13% -
HSV(B) 74.06º 0.98% 0.25% -
XYZ 3.21 4.46 0.72 -
YUV 53.22 98.53 125.7 -
System Red Green Blue C M Y K H S L
Decimal 50 65 1 0.23 0 0.98 0.75 74.06 0.97 0.13
Hex 32 41 1 17 0 62 4B 4A 61 D
Octal 62 101 1 27 0 142 113 112 141 15
Binary 110010 1000001 1 10111 0 1100010 1001011 1001010 1100001 1101

Color Harmonies of #324101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324101

Black with #324101

Text Example


Text Example

White with #324101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324101; }

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

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

background-color css

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

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

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

border-color css

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

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

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