Html Css Color HEX #325206 Turtle Green

📋 copy color: '#325206'

red 50 ◦ green 82 ◦ blue 6

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

Shades of Turtle Green #325206

Tints of Turtle Green #325206

RGB

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

 GREEN value IS 82 (32.42% from 255) = 59.42%

 BLUE value IS 6 (2.73% from 255) = 4.35%

R = 36.23%
G = 59.42%
B = 4.35%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#325206 (or 0x325206) is known color: Turtle Green. HEX triplet: 32, 52 and 06. RGB value is (50,82,6). Sum of RGB (Red+Green+Blue) = 50+82+6=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 82 (32.42% from 255 or 59.42% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 82 - color contains mainly: green. Hex color #325206 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325206 is #CDADF9. Grayscale: #404040. Windows color (decimal): -13479418 or 414258. OLE color: 414258.

HSL color Cylindrical-coordinate representation of color #325206: hue angle of 85.26º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #325206 is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 82 6 -
CMYK 0.39 0 0.93 0.68
HSL 85.26º 0.86% 0.17% -
HSV(B) 85.26º 0.93% 0.32% -
XYZ 4.37 6.73 1.24 -
YUV 63.77 95.4 118.18 -
System Red Green Blue C M Y K H S L
Decimal 50 82 6 0.39 0 0.93 0.68 85.26 0.86 0.17
Hex 32 52 6 27 0 5D 44 55 56 11
Octal 62 122 6 47 0 135 104 125 126 21
Binary 110010 1010010 110 100111 0 1011101 1000100 1010101 1010110 10001

Color Harmonies of #325206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325206

Black with #325206

Text Example


Text Example

White with #325206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325206; }

 p { color: rgb(50,82,6); }

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

background-color css

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

 a { background-color: rgb(50,82,6); }

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

border-color css

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

 span { border-color: rgb(50,82,6); }

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