Html Css Color HEX #323713 Turtle Green

📋 copy color: '#323713'

red 50 ◦ green 55 ◦ blue 19

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

Shades of Turtle Green #323713

Tints of Turtle Green #323713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 44.35%

 BLUE value IS 19 (7.81% from 255) = 15.32%

R = 40.32%
G = 44.35%
B = 15.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#323713 (or 0x323713) is known color: Turtle Green. HEX triplet: 32, 37 and 13. RGB value is (50,55,19). Sum of RGB (Red+Green+Blue) = 50+55+19=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 55 - color contains mainly: green. Hex color #323713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323713 is #CDC8EC. Grayscale: #313131. Windows color (decimal): -13486317 or 1259314. OLE color: 1259314.

HSL color Cylindrical-coordinate representation of color #323713: hue angle of 68.33º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #323713 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB 50 55 19 -
CMYK 0.09 0 0.65 0.78
HSL 68.33º 0.49% 0.15% -
HSV(B) 68.33º 0.65% 0.22% -
XYZ 2.8 3.46 1.14 -
YUV 49.4 110.84 128.43 -
System Red Green Blue C M Y K H S L
Decimal 50 55 19 0.09 0 0.65 0.78 68.33 0.49 0.15
Hex 32 37 13 9 0 41 4E 44 31 F
Octal 62 67 23 11 0 101 116 104 61 17
Binary 110010 110111 10011 1001 0 1000001 1001110 1000100 110001 1111

Color Harmonies of #323713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323713

Black with #323713

Text Example


Text Example

White with #323713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323713; }

 p { color: rgb(50,55,19); }

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

background-color css

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

 a { background-color: rgb(50,55,19); }

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

border-color css

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

 span { border-color: rgb(50,55,19); }

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