Html Css Color HEX #224500 Turtle Green

📋 copy color: '#224500'

red 34 ◦ green 69 ◦ blue 0

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

Shades of Turtle Green #224500

Tints of Turtle Green #224500

RGB

 RED value IS 34 (13.67% from 255) = 33.01%

 GREEN value IS 69 (27.34% from 255) = 66.99%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.01%
G = 66.99%
B = 0%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#224500 (or 0x224500) is known color: Turtle Green. HEX triplet: 22, 45 and 00. RGB value is (34,69,0). Sum of RGB (Red+Green+Blue) = 34+69+0=103 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.01% from 103); Green value is 69 (27.34% from 255 or 66.99% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 69 - color contains mainly: green. Hex color #224500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224500 is #DDBAFF. Grayscale: #323232. Windows color (decimal): -14531328 or 17698. OLE color: 17698.

HSL color Cylindrical-coordinate representation of color #224500: hue angle of 90.43º 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 #224500 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB 34 69 0 -
CMYK 0.51 0 1 0.73
HSL 90.43º 1% 0.14% -
HSV(B) 90.43º 1% 0.27% -
XYZ 2.79 4.6 0.74 -
YUV 50.67 99.4 116.11 -
System Red Green Blue C M Y K H S L
Decimal 34 69 0 0.51 0 1 0.73 90.43 1 0.14
Hex 22 45 0 33 0 64 49 5A 64 E
Octal 42 105 0 63 0 144 111 132 144 16
Binary 100010 1000101 0 110011 0 1100100 1001001 1011010 1100100 1110

Color Harmonies of #224500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224500

Black with #224500

Text Example


Text Example

White with #224500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224500; }

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

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

background-color css

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

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

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

border-color css

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

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

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