Html Css Color HEX #323700 Turtle Green

📋 copy color: '#323700'

red 50 ◦ green 55 ◦ blue 0

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

Shades of Turtle Green #323700

Tints of Turtle Green #323700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.62%
G = 52.38%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#323700 (or 0x323700) is known color: Turtle Green. HEX triplet: 32, 37 and 00. RGB value is (50,55,0). Sum of RGB (Red+Green+Blue) = 50+55+0=105 (13% of max value = 765). Red value is 50 (19.92% from 255 or 47.62% from 105); Green value is 55 (21.88% from 255 or 52.38% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 55 - color contains mainly: green. Hex color #323700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323700 is #CDC8FF. Grayscale: #2F2F2F. Windows color (decimal): -13486336 or 14130. OLE color: 14130.

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

Color convert

RGB 50 55 0 -
CMYK 0.09 0 1 0.78
HSL 65.45º 1% 0.11% -
HSV(B) 65.45º 1% 0.22% -
XYZ 2.68 3.41 0.52 -
YUV 47.24 101.34 129.97 -
System Red Green Blue C M Y K H S L
Decimal 50 55 0 0.09 0 1 0.78 65.45 1 0.11
Hex 32 37 0 9 0 64 4E 41 64 B
Octal 62 67 0 11 0 144 116 101 144 13
Binary 110010 110111 0 1001 0 1100100 1001110 1000001 1100100 1011

Color Harmonies of #323700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323700

Black with #323700

Text Example


Text Example

White with #323700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323700; }

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

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

background-color css

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

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

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

border-color css

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

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

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