#224501

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

Shades of Turtle Green #224501

Tints of Turtle Green #224501

Color information

#224501 (or 0x224501) is unknown color: approx Turtle Green. HEX triplet: 22, 45 and 01. RGB value is (34,69,1). Sum of RGB (Red+Green+Blue) = 34+69+1=104 (13% of max value = 765). Red value is 34 (13.67% from 255 or 32.69% from 104); Green value is 69 (27.34% from 255 or 66.35% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 69 - color contains mainly: green. Hex color #224501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224501 is #DDBAFE. Grayscale: #333333. Windows color (decimal): -14531327 or 83234. OLE color: 83234.

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

Color convert

RGB34691-
CMYK0.5100.990.73
HSL90.88º97.14%13.73%-
HSV(B)90.88º98.55%27.06%-
XYZ2.794.60.77-
YUV50.7899.9116.03-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 32.69%
GREEN value IS 69 (27.34% from 255) = 66.35%
BLUE value IS 1 (0.78% from 255) = 0.96%
R=32.69%
G=66.35%
B=0.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal346910.5100.990.7390.8897.1413.73
Hex2245133063495b61e
Octal42105163014311113314116
Binary10001010001011110011011000111001001101101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224501; }

 p { color: rgb(34,69,1); }

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

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

 a { background-color: rgb(34,69,1); }

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

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

 span { border-color: rgb(34,69,1); }

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