Html Css Color HEX #324305 Turtle Green

📋 copy color: '#324305'

red 50 ◦ green 67 ◦ blue 5

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

Shades of Turtle Green #324305

Tints of Turtle Green #324305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.1%

R = 40.98%
G = 54.92%
B = 4.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.74

RGB Variations

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

Color information

#324305 (or 0x324305) is known color: Turtle Green. HEX triplet: 32, 43 and 05. RGB value is (50,67,5). Sum of RGB (Red+Green+Blue) = 50+67+5=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 67 (26.56% from 255 or 54.92% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 67 - color contains mainly: green. Hex color #324305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324305 is #CDBCFA. Grayscale: #373737. Windows color (decimal): -13483259 or 344882. OLE color: 344882.

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

Color convert

RGB 50 67 5 -
CMYK 0.25 0 0.93 0.74
HSL 76.45º 0.86% 0.14% -
HSV(B) 76.45º 0.93% 0.26% -
XYZ 3.35 4.7 0.87 -
YUV 54.85 99.87 124.54 -
System Red Green Blue C M Y K H S L
Decimal 50 67 5 0.25 0 0.93 0.74 76.45 0.86 0.14
Hex 32 43 5 19 0 5D 4A 4C 56 E
Octal 62 103 5 31 0 135 112 114 126 16
Binary 110010 1000011 101 11001 0 1011101 1001010 1001100 1010110 1110

Color Harmonies of #324305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324305

Black with #324305

Text Example


Text Example

White with #324305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324305; }

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

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

background-color css

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

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

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

border-color css

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

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

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