Html Css Color HEX #449B1C La Palma

📋 copy color: '#449B1C'

red 68 ◦ green 155 ◦ blue 28

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

Shades of La Palma #449B1C

Tints of La Palma #449B1C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 61.75%

 BLUE value IS 28 (11.33% from 255) = 11.16%

R = 27.09%
G = 61.75%
B = 11.16%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#449B1C (or 0x449B1C) is known color: La Palma. HEX triplet: 44, 9B and 1C. RGB value is (68,155,28). Sum of RGB (Red+Green+Blue) = 68+155+28=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 155 (60.94% from 255 or 61.75% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 155 - color contains mainly: green. Hex color #449B1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449B1C is #BB64E3. Grayscale: #727272. Windows color (decimal): -12281060 or 1874756. OLE color: 1874756.

HSL color Cylindrical-coordinate representation of color #449B1C: hue angle of 101.1º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #449B1C is Cyan = 0.56, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 155 28 -
CMYK 0.56 0 0.82 0.39
HSL 101.1º 0.69% 0.36% -
HSV(B) 101.1º 0.82% 0.61% -
XYZ 14.31 24.76 5.12 -
YUV 114.51 79.18 94.83 -
System Red Green Blue C M Y K H S L
Decimal 68 155 28 0.56 0 0.82 0.39 101.1 0.69 0.36
Hex 44 9B 1C 38 0 52 27 65 45 24
Octal 104 233 34 70 0 122 47 145 105 44
Binary 1000100 10011011 11100 111000 0 1010010 100111 1100101 1000101 100100

Color Harmonies of #449B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449B1C

Black with #449B1C

Text Example


Text Example

White with #449B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,155,28); }

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

background-color css

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

 a { background-color: rgb(68,155,28); }

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

border-color css

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

 span { border-color: rgb(68,155,28); }

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