Html Css Color HEX #323F14 Turtle Green

📋 copy color: '#323F14'

red 50 ◦ green 63 ◦ blue 20

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

Shades of Turtle Green #323F14

Tints of Turtle Green #323F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.04%

R = 37.59%
G = 47.37%
B = 15.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#323F14 (or 0x323F14) is known color: Turtle Green. HEX triplet: 32, 3F and 14. RGB value is (50,63,20). Sum of RGB (Red+Green+Blue) = 50+63+20=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 63 (25% from 255 or 47.37% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 63 - color contains mainly: green. Hex color #323F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323F14 is #CDC0EB. Grayscale: #363636. Windows color (decimal): -13484268 or 1326898. OLE color: 1326898.

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

Color convert

RGB 50 63 20 -
CMYK 0.21 0 0.68 0.75
HSL 78.14º 0.52% 0.16% -
HSV(B) 78.14º 0.68% 0.25% -
XYZ 3.22 4.28 1.32 -
YUV 54.21 108.69 125 -
System Red Green Blue C M Y K H S L
Decimal 50 63 20 0.21 0 0.68 0.75 78.14 0.52 0.16
Hex 32 3F 14 15 0 44 4B 4E 34 10
Octal 62 77 24 25 0 104 113 116 64 20
Binary 110010 111111 10100 10101 0 1000100 1001011 1001110 110100 10000

Color Harmonies of #323F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323F14

Black with #323F14

Text Example


Text Example

White with #323F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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