Html Css Color HEX #325409 Turtle Green

📋 copy color: '#325409'

red 50 ◦ green 84 ◦ blue 9

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

Shades of Turtle Green #325409

Tints of Turtle Green #325409

RGB

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

 GREEN value IS 84 (33.2% from 255) = 58.74%

 BLUE value IS 9 (3.91% from 255) = 6.29%

R = 34.97%
G = 58.74%
B = 6.29%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#325409 (or 0x325409) is known color: Turtle Green. HEX triplet: 32, 54 and 09. RGB value is (50,84,9). Sum of RGB (Red+Green+Blue) = 50+84+9=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 84 (33.20% from 255 or 58.74% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 84 - color contains mainly: green. Hex color #325409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325409 is #CDABF6. Grayscale: #414141. Windows color (decimal): -13478903 or 611378. OLE color: 611378.

HSL color Cylindrical-coordinate representation of color #325409: hue angle of 87.2º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #325409 is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 84 9 -
CMYK 0.40 0 0.89 0.67
HSL 87.2º 0.81% 0.18% -
HSV(B) 87.2º 0.89% 0.33% -
XYZ 4.54 7.04 1.38 -
YUV 65.28 96.24 117.1 -
System Red Green Blue C M Y K H S L
Decimal 50 84 9 0.40 0 0.89 0.67 87.2 0.81 0.18
Hex 32 54 9 28 0 59 43 57 51 12
Octal 62 124 11 50 0 131 103 127 121 22
Binary 110010 1010100 1001 101000 0 1011001 1000011 1010111 1010001 10010

Color Harmonies of #325409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325409

Black with #325409

Text Example


Text Example

White with #325409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325409; }

 p { color: rgb(50,84,9); }

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

background-color css

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

 a { background-color: rgb(50,84,9); }

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

border-color css

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

 span { border-color: rgb(50,84,9); }

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