Html Css Color HEX #324113 Turtle Green

📋 copy color: '#324113'

red 50 ◦ green 65 ◦ blue 19

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

Shades of Turtle Green #324113

Tints of Turtle Green #324113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 48.51%

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

R = 37.31%
G = 48.51%
B = 14.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#324113 (or 0x324113) is known color: Turtle Green. HEX triplet: 32, 41 and 13. RGB value is (50,65,19). Sum of RGB (Red+Green+Blue) = 50+65+19=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 65 (25.78% from 255 or 48.51% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 65 - color contains mainly: green. Hex color #324113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324113 is #CDBEEC. Grayscale: #373737. Windows color (decimal): -13483757 or 1261874. OLE color: 1261874.

HSL color Cylindrical-coordinate representation of color #324113: hue angle of 79.57º degrees, saturation: 0.55, 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 #324113 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 65 19 -
CMYK 0.23 0 0.71 0.75
HSL 79.57º 0.55% 0.16% -
HSV(B) 79.57º 0.71% 0.25% -
XYZ 3.32 4.51 1.31 -
YUV 55.27 107.53 124.24 -
System Red Green Blue C M Y K H S L
Decimal 50 65 19 0.23 0 0.71 0.75 79.57 0.55 0.16
Hex 32 41 13 17 0 47 4B 50 37 10
Octal 62 101 23 27 0 107 113 120 67 20
Binary 110010 1000001 10011 10111 0 1000111 1001011 1010000 110111 10000

Color Harmonies of #324113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324113

Black with #324113

Text Example


Text Example

White with #324113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324113; }

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

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

background-color css

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

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

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

border-color css

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

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

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