#224600

Color #224600 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #224600

Tints of Turtle Green #224600

Color information

#224600 (or 0x224600) is unknown color: approx Turtle Green. HEX triplet: 22, 46 and 00. RGB value is (34,70,0). Sum of RGB (Red+Green+Blue) = 34+70+0=104 (13% of max value = 765). Red value is 34 (13.67% from 255 or 32.69% from 104); Green value is 70 (27.73% from 255 or 67.31% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 70 - color contains mainly: green. Hex color #224600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224600 is #DDB9FF. Grayscale: #333333. Windows color (decimal): -14531072 or 17954. OLE color: 17954.

HSL color Cylindrical-coordinate representation of color #224600: hue angle of 90.86º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #224600 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB34700-
CMYK0.51010.73
HSL90.86º100%13.73%-
HSV(B)90.86º100%27.45%-
XYZ2.854.720.76-
YUV51.2699.07115.69-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 32.69%
GREEN value IS 70 (27.73% from 255) = 67.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.69%
G=67.31%
B=0%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal347000.51010.7390.8610013.73
Hex2246033064495b64e
Octal42106063014411113314416
Binary10001010001100110011011001001001001101101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224600; }

 p { color: rgb(34,70,0); }

 H1.HeaderClassName
 {
   color: #224600;
 }
 .AnyTagClassName
 {
   color: #224600;
 }
</style>
background-color css

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

 a { background-color: rgb(34,70,0); }

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

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

 span { border-color: rgb(34,70,0); }

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