Html Css Color HEX #323E1F Turtle Green

📋 copy color: '#323E1F'

red 50 ◦ green 62 ◦ blue 31

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

Shades of Turtle Green #323E1F

Tints of Turtle Green #323E1F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 43.36%

 BLUE value IS 31 (12.5% from 255) = 21.68%

R = 34.97%
G = 43.36%
B = 21.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.5

 K value IS 0.76

RGB Variations

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

Color information

#323E1F (or 0x323E1F) is known color: Turtle Green. HEX triplet: 32, 3E and 1F. RGB value is (50,62,31). Sum of RGB (Red+Green+Blue) = 50+62+31=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 62 (24.61% from 255 or 43.36% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 62 - color contains mainly: green. Hex color #323E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323E1F is #CDC1E0. Grayscale: #363636. Windows color (decimal): -13484513 or 2047538. OLE color: 2047538.

HSL color Cylindrical-coordinate representation of color #323E1F: hue angle of 83.23º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #323E1F is Cyan = 0.19, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.76.

Color convert

RGB 50 62 31 -
CMYK 0.19 0 0.5 0.76
HSL 83.23º 0.33% 0.18% -
HSV(B) 83.23º 0.5% 0.24% -
XYZ 3.29 4.22 1.94 -
YUV 54.88 114.52 124.52 -
System Red Green Blue C M Y K H S L
Decimal 50 62 31 0.19 0 0.5 0.76 83.23 0.33 0.18
Hex 32 3E 1F 13 0 32 4C 53 21 12
Octal 62 76 37 23 0 62 114 123 41 22
Binary 110010 111110 11111 10011 0 110010 1001100 1010011 100001 10010

Color Harmonies of #323E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323E1F

Black with #323E1F

Text Example


Text Example

White with #323E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,62,31); }

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

background-color css

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

 a { background-color: rgb(50,62,31); }

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

border-color css

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

 span { border-color: rgb(50,62,31); }

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