Html Css Color HEX #324B0A Turtle Green

📋 copy color: '#324B0A'

red 50 ◦ green 75 ◦ blue 10

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

Shades of Turtle Green #324B0A

Tints of Turtle Green #324B0A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 55.56%

 BLUE value IS 10 (4.3% from 255) = 7.41%

R = 37.04%
G = 55.56%
B = 7.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.87

 K value IS 0.71

RGB Variations

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

Color information

#324B0A (or 0x324B0A) is known color: Turtle Green. HEX triplet: 32, 4B and 0A. RGB value is (50,75,10). Sum of RGB (Red+Green+Blue) = 50+75+10=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 75 (29.69% from 255 or 55.56% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 75 - color contains mainly: green. Hex color #324B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324B0A is #CDB4F5. Grayscale: #3C3C3C. Windows color (decimal): -13481206 or 674610. OLE color: 674610.

HSL color Cylindrical-coordinate representation of color #324B0A: hue angle of 83.08º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #324B0A is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 75 10 -
CMYK 0.33 0 0.87 0.71
HSL 83.08º 0.76% 0.17% -
HSV(B) 83.08º 0.87% 0.29% -
XYZ 3.89 5.73 1.19 -
YUV 60.12 99.72 120.79 -
System Red Green Blue C M Y K H S L
Decimal 50 75 10 0.33 0 0.87 0.71 83.08 0.76 0.17
Hex 32 4B A 21 0 57 47 53 4C 11
Octal 62 113 12 41 0 127 107 123 114 21
Binary 110010 1001011 1010 100001 0 1010111 1000111 1010011 1001100 10001

Color Harmonies of #324B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324B0A

Black with #324B0A

Text Example


Text Example

White with #324B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324B0A; }

 p { color: rgb(50,75,10); }

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

background-color css

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

 a { background-color: rgb(50,75,10); }

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

border-color css

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

 span { border-color: rgb(50,75,10); }

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