Html Css Color HEX #324608 Turtle Green

📋 copy color: '#324608'

red 50 ◦ green 70 ◦ blue 8

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

Shades of Turtle Green #324608

Tints of Turtle Green #324608

RGB

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

 GREEN value IS 70 (27.73% from 255) = 54.69%

 BLUE value IS 8 (3.52% from 255) = 6.25%

R = 39.06%
G = 54.69%
B = 6.25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#324608 (or 0x324608) is known color: Turtle Green. HEX triplet: 32, 46 and 08. RGB value is (50,70,8). Sum of RGB (Red+Green+Blue) = 50+70+8=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 70 (27.73% from 255 or 54.69% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 70 - color contains mainly: green. Hex color #324608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324608 is #CDB9F7. Grayscale: #393939. Windows color (decimal): -13482488 or 542258. OLE color: 542258.

HSL color Cylindrical-coordinate representation of color #324608: hue angle of 79.35º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #324608 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.73.

Color convert

RGB 50 70 8 -
CMYK 0.29 0 0.89 0.73
HSL 79.35º 0.79% 0.15% -
HSV(B) 79.35º 0.89% 0.27% -
XYZ 3.55 5.08 1.02 -
YUV 56.95 100.37 123.04 -
System Red Green Blue C M Y K H S L
Decimal 50 70 8 0.29 0 0.89 0.73 79.35 0.79 0.15
Hex 32 46 8 1D 0 59 49 4F 4F F
Octal 62 106 10 35 0 131 111 117 117 17
Binary 110010 1000110 1000 11101 0 1011001 1001001 1001111 1001111 1111

Color Harmonies of #324608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324608

Black with #324608

Text Example


Text Example

White with #324608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324608; }

 p { color: rgb(50,70,8); }

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

background-color css

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

 a { background-color: rgb(50,70,8); }

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

border-color css

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

 span { border-color: rgb(50,70,8); }

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