Html Css Color HEX #323F12 Turtle Green

📋 copy color: '#323F12'

red 50 ◦ green 63 ◦ blue 18

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

Shades of Turtle Green #323F12

Tints of Turtle Green #323F12

RGB

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

 GREEN value IS 63 (25% from 255) = 48.09%

 BLUE value IS 18 (7.42% from 255) = 13.74%

R = 38.17%
G = 48.09%
B = 13.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#323F12 (or 0x323F12) is known color: Turtle Green. HEX triplet: 32, 3F and 12. RGB value is (50,63,18). Sum of RGB (Red+Green+Blue) = 50+63+18=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 63 (25% from 255 or 48.09% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 63 - color contains mainly: green. Hex color #323F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323F12 is #CDC0ED. Grayscale: #363636. Windows color (decimal): -13484270 or 1195826. OLE color: 1195826.

HSL color Cylindrical-coordinate representation of color #323F12: hue angle of 77.33º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #323F12 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 63 18 -
CMYK 0.21 0 0.71 0.75
HSL 77.33º 0.56% 0.16% -
HSV(B) 77.33º 0.71% 0.25% -
XYZ 3.2 4.28 1.23 -
YUV 53.98 107.69 125.16 -
System Red Green Blue C M Y K H S L
Decimal 50 63 18 0.21 0 0.71 0.75 77.33 0.56 0.16
Hex 32 3F 12 15 0 47 4B 4D 38 10
Octal 62 77 22 25 0 107 113 115 70 20
Binary 110010 111111 10010 10101 0 1000111 1001011 1001101 111000 10000

Color Harmonies of #323F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323F12

Black with #323F12

Text Example


Text Example

White with #323F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323F12; }

 p { color: rgb(50,63,18); }

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

background-color css

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

 a { background-color: rgb(50,63,18); }

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

border-color css

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

 span { border-color: rgb(50,63,18); }

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