Html Css Color HEX #323505 Turtle Green

📋 copy color: '#323505'

red 50 ◦ green 53 ◦ blue 5

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

Shades of Turtle Green #323505

Tints of Turtle Green #323505

RGB

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

 GREEN value IS 53 (21.09% from 255) = 49.07%

 BLUE value IS 5 (2.34% from 255) = 4.63%

R = 46.3%
G = 49.07%
B = 4.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.79

RGB Variations

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

Color information

#323505 (or 0x323505) is known color: Turtle Green. HEX triplet: 32, 35 and 05. RGB value is (50,53,5). Sum of RGB (Red+Green+Blue) = 50+53+5=108 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.30% from 108); Green value is 53 (21.09% from 255 or 49.07% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 53 - color contains mainly: green. Hex color #323505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323505 is #CDCAFA. Grayscale: #2E2E2E. Windows color (decimal): -13486843 or 341298. OLE color: 341298.

HSL color Cylindrical-coordinate representation of color #323505: hue angle of 63.75º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #323505 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.79.

Color convert

RGB 50 53 5 -
CMYK 0.06 0 0.91 0.79
HSL 63.75º 0.83% 0.11% -
HSV(B) 63.75º 0.91% 0.21% -
XYZ 2.62 3.24 0.63 -
YUV 46.63 104.51 130.4 -
System Red Green Blue C M Y K H S L
Decimal 50 53 5 0.06 0 0.91 0.79 63.75 0.83 0.11
Hex 32 35 5 6 0 5B 4F 40 53 B
Octal 62 65 5 6 0 133 117 100 123 13
Binary 110010 110101 101 110 0 1011011 1001111 1000000 1010011 1011

Color Harmonies of #323505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323505

Black with #323505

Text Example


Text Example

White with #323505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323505; }

 p { color: rgb(50,53,5); }

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

background-color css

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

 a { background-color: rgb(50,53,5); }

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

border-color css

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

 span { border-color: rgb(50,53,5); }

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