Html Css Color HEX #325308 Turtle Green

📋 copy color: '#325308'

red 50 ◦ green 83 ◦ blue 8

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

Shades of Turtle Green #325308

Tints of Turtle Green #325308

RGB

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

 GREEN value IS 83 (32.81% from 255) = 58.87%

 BLUE value IS 8 (3.52% from 255) = 5.67%

R = 35.46%
G = 58.87%
B = 5.67%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#325308 (or 0x325308) is known color: Turtle Green. HEX triplet: 32, 53 and 08. RGB value is (50,83,8). Sum of RGB (Red+Green+Blue) = 50+83+8=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 83 (32.81% from 255 or 58.87% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 83 - color contains mainly: green. Hex color #325308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325308 is #CDACF7. Grayscale: #404040. Windows color (decimal): -13479160 or 545586. OLE color: 545586.

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

Color convert

RGB 50 83 8 -
CMYK 0.40 0 0.90 0.67
HSL 86.4º 0.82% 0.18% -
HSV(B) 86.4º 0.9% 0.33% -
XYZ 4.45 6.88 1.32 -
YUV 64.58 96.07 117.6 -
System Red Green Blue C M Y K H S L
Decimal 50 83 8 0.40 0 0.90 0.67 86.4 0.82 0.18
Hex 32 53 8 28 0 5A 43 56 52 12
Octal 62 123 10 50 0 132 103 126 122 22
Binary 110010 1010011 1000 101000 0 1011010 1000011 1010110 1010010 10010

Color Harmonies of #325308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325308

Black with #325308

Text Example


Text Example

White with #325308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325308; }

 p { color: rgb(50,83,8); }

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

background-color css

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

 a { background-color: rgb(50,83,8); }

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

border-color css

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

 span { border-color: rgb(50,83,8); }

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