Html Css Color HEX #449A05 Kelly Green

📋 copy color: '#449A05'

red 68 ◦ green 154 ◦ blue 5

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

Shades of Kelly Green #449A05

Tints of Kelly Green #449A05

RGB

 RED value IS 68 (26.95% from 255) = 29.96%

 GREEN value IS 154 (60.55% from 255) = 67.84%

 BLUE value IS 5 (2.34% from 255) = 2.2%

R = 29.96%
G = 67.84%
B = 2.2%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#449A05 (or 0x449A05) is known color: Kelly Green. HEX triplet: 44, 9A and 05. RGB value is (68,154,5). Sum of RGB (Red+Green+Blue) = 68+154+5=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 154 (60.55% from 255 or 67.84% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 154 - color contains mainly: green. Hex color #449A05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449A05 is #BB65FA. Grayscale: #6F6F6F. Windows color (decimal): -12281339 or 367172. OLE color: 367172.

HSL color Cylindrical-coordinate representation of color #449A05: hue angle of 94.63º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #449A05 is Cyan = 0.56, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 154 5 -
CMYK 0.56 0 0.97 0.40
HSL 94.63º 0.94% 0.31% -
HSV(B) 94.63º 0.97% 0.6% -
XYZ 13.97 24.35 4.11 -
YUV 111.3 68.01 97.12 -
System Red Green Blue C M Y K H S L
Decimal 68 154 5 0.56 0 0.97 0.40 94.63 0.94 0.31
Hex 44 9A 5 38 0 61 28 5F 5E 1F
Octal 104 232 5 70 0 141 50 137 136 37
Binary 1000100 10011010 101 111000 0 1100001 101000 1011111 1011110 11111

Color Harmonies of #449A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449A05

Black with #449A05

Text Example


Text Example

White with #449A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449A05; }

 p { color: rgb(68,154,5); }

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

background-color css

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

 a { background-color: rgb(68,154,5); }

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

border-color css

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

 span { border-color: rgb(68,154,5); }

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