Html Css Color HEX #324316 Turtle Green

📋 copy color: '#324316'

red 50 ◦ green 67 ◦ blue 22

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

Shades of Turtle Green #324316

Tints of Turtle Green #324316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 48.2%

 BLUE value IS 22 (8.98% from 255) = 15.83%

R = 35.97%
G = 48.2%
B = 15.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#324316 (or 0x324316) is known color: Turtle Green. HEX triplet: 32, 43 and 16. RGB value is (50,67,22). Sum of RGB (Red+Green+Blue) = 50+67+22=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 67 - color contains mainly: green. Hex color #324316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324316 is #CDBCE9. Grayscale: #383838. Windows color (decimal): -13483242 or 1458994. OLE color: 1458994.

HSL color Cylindrical-coordinate representation of color #324316: hue angle of 82.67º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #324316 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB 50 67 22 -
CMYK 0.25 0 0.67 0.74
HSL 82.67º 0.51% 0.17% -
HSV(B) 82.67º 0.67% 0.26% -
XYZ 3.47 4.75 1.49 -
YUV 56.79 108.37 123.16 -
System Red Green Blue C M Y K H S L
Decimal 50 67 22 0.25 0 0.67 0.74 82.67 0.51 0.17
Hex 32 43 16 19 0 43 4A 53 33 11
Octal 62 103 26 31 0 103 112 123 63 21
Binary 110010 1000011 10110 11001 0 1000011 1001010 1010011 110011 10001

Color Harmonies of #324316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324316

Black with #324316

Text Example


Text Example

White with #324316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324316; }

 p { color: rgb(50,67,22); }

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

background-color css

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

 a { background-color: rgb(50,67,22); }

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

border-color css

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

 span { border-color: rgb(50,67,22); }

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