Html Css Color HEX #224601 Turtle Green

📋 copy color: '#224601'

red 34 ◦ green 70 ◦ blue 1

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

Shades of Turtle Green #224601

Tints of Turtle Green #224601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 66.67%

 BLUE value IS 1 (0.78% from 255) = 0.95%

R = 32.38%
G = 66.67%
B = 0.95%

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

#224601 (or 0x224601) is known color: Turtle Green. HEX triplet: 22, 46 and 01. RGB value is (34,70,1). Sum of RGB (Red+Green+Blue) = 34+70+1=105 (13% of max value = 765). Red value is 34 (13.67% from 255 or 32.38% from 105); Green value is 70 (27.73% from 255 or 66.67% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 70 - color contains mainly: green. Hex color #224601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224601 is #DDB9FE. Grayscale: #333333. Windows color (decimal): -14531071 or 83490. OLE color: 83490.

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

Color convert

RGB 34 70 1 -
CMYK 0.51 0 0.99 0.73
HSL 91.3º 0.97% 0.14% -
HSV(B) 91.3º 0.99% 0.27% -
XYZ 2.86 4.72 0.79 -
YUV 51.37 99.57 115.61 -
System Red Green Blue C M Y K H S L
Decimal 34 70 1 0.51 0 0.99 0.73 91.3 0.97 0.14
Hex 22 46 1 33 0 63 49 5B 61 E
Octal 42 106 1 63 0 143 111 133 141 16
Binary 100010 1000110 1 110011 0 1100011 1001001 1011011 1100001 1110

Color Harmonies of #224601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224601

Black with #224601

Text Example


Text Example

White with #224601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224601; }

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

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

background-color css

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

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

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

border-color css

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

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

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