Html Css Color HEX #324118 Turtle Green

📋 copy color: '#324118'

red 50 ◦ green 65 ◦ blue 24

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

Shades of Turtle Green #324118

Tints of Turtle Green #324118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 17.27%

R = 35.97%
G = 46.76%
B = 17.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#324118 (or 0x324118) is known color: Turtle Green. HEX triplet: 32, 41 and 18. RGB value is (50,65,24). Sum of RGB (Red+Green+Blue) = 50+65+24=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #324118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324118 is #CDBEE7. Grayscale: #373737. Windows color (decimal): -13483752 or 1589554. OLE color: 1589554.

HSL color Cylindrical-coordinate representation of color #324118: hue angle of 81.95º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #324118 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 65 24 -
CMYK 0.23 0 0.63 0.75
HSL 81.95º 0.46% 0.17% -
HSV(B) 81.95º 0.63% 0.25% -
XYZ 3.37 4.52 1.56 -
YUV 55.84 110.03 123.83 -
System Red Green Blue C M Y K H S L
Decimal 50 65 24 0.23 0 0.63 0.75 81.95 0.46 0.17
Hex 32 41 18 17 0 3F 4B 52 2E 11
Octal 62 101 30 27 0 77 113 122 56 21
Binary 110010 1000001 11000 10111 0 111111 1001011 1010010 101110 10001

Color Harmonies of #324118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324118

Black with #324118

Text Example


Text Example

White with #324118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324118; }

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

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

background-color css

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

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

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

border-color css

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

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

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