Html Css Color HEX #325101 Turtle Green

📋 copy color: '#325101'

red 50 ◦ green 81 ◦ blue 1

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

Shades of Turtle Green #325101

Tints of Turtle Green #325101

RGB

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

 GREEN value IS 81 (32.03% from 255) = 61.36%

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

R = 37.88%
G = 61.36%
B = 0.76%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#325101 (or 0x325101) is known color: Turtle Green. HEX triplet: 32, 51 and 01. RGB value is (50,81,1). Sum of RGB (Red+Green+Blue) = 50+81+1=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 81 (32.03% from 255 or 61.36% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 81 - color contains mainly: green. Hex color #325101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325101 is #CDAEFE. Grayscale: #3E3E3E. Windows color (decimal): -13479679 or 86322. OLE color: 86322.

HSL color Cylindrical-coordinate representation of color #325101: hue angle of 83.25º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #325101 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 81 1 -
CMYK 0.38 0 0.99 0.68
HSL 83.25º 0.98% 0.16% -
HSV(B) 83.25º 0.99% 0.32% -
XYZ 4.26 6.57 1.07 -
YUV 62.61 93.23 119 -
System Red Green Blue C M Y K H S L
Decimal 50 81 1 0.38 0 0.99 0.68 83.25 0.98 0.16
Hex 32 51 1 26 0 63 44 53 62 10
Octal 62 121 1 46 0 143 104 123 142 20
Binary 110010 1010001 1 100110 0 1100011 1000100 1010011 1100010 10000

Color Harmonies of #325101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325101

Black with #325101

Text Example


Text Example

White with #325101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325101; }

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

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

background-color css

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

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

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

border-color css

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

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

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