Html Css Color HEX #224501 Turtle Green

📋 copy color: '#224501'

red 34 ◦ green 69 ◦ blue 1

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

Shades of Turtle Green #224501

Tints of Turtle Green #224501

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 value IS 0.51

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#224501 (or 0x224501) is known color: 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

RGB 34 69 1 -
CMYK 0.51 0 0.99 0.73
HSL 90.88º 0.97% 0.14% -
HSV(B) 90.88º 0.99% 0.27% -
XYZ 2.79 4.6 0.77 -
YUV 50.78 99.9 116.03 -
System Red Green Blue C M Y K H S L
Decimal 34 69 1 0.51 0 0.99 0.73 90.88 0.97 0.14
Hex 22 45 1 33 0 63 49 5B 61 E
Octal 42 105 1 63 0 143 111 133 141 16
Binary 100010 1000101 1 110011 0 1100011 1001001 1011011 1100001 1110

Color Harmonies of #224501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224501

Black with #224501

Text Example


Text Example

White with #224501

Text Example


Text Example

HTML Codes & Css Web 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>