Html Css Color HEX #224600 Turtle Green

📋 copy color: '#224600'

red 34 ◦ green 70 ◦ blue 0

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

Shades of Turtle Green #224600

Tints of Turtle Green #224600

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 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

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

RGB 34 70 0 -
CMYK 0.51 0 1 0.73
HSL 90.86º 1% 0.14% -
HSV(B) 90.86º 1% 0.27% -
XYZ 2.85 4.72 0.76 -
YUV 51.26 99.07 115.69 -
System Red Green Blue C M Y K H S L
Decimal 34 70 0 0.51 0 1 0.73 90.86 1 0.14
Hex 22 46 0 33 0 64 49 5B 64 E
Octal 42 106 0 63 0 144 111 133 144 16
Binary 100010 1000110 0 110011 0 1100100 1001001 1011011 1100100 1110

Color Harmonies of #224600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224600

Black with #224600

Text Example


Text Example

White with #224600

Text Example


Text Example

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