Html Css Color HEX #448A25 La Palma

📋 copy color: '#448A25'

red 68 ◦ green 138 ◦ blue 37

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

Shades of La Palma #448A25

Tints of La Palma #448A25

RGB

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

 GREEN value IS 138 (54.3% from 255) = 56.79%

 BLUE value IS 37 (14.84% from 255) = 15.23%

R = 27.98%
G = 56.79%
B = 15.23%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#448A25 (or 0x448A25) is known color: La Palma. HEX triplet: 44, 8A and 25. RGB value is (68,138,37). Sum of RGB (Red+Green+Blue) = 68+138+37=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 138 (54.30% from 255 or 56.79% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 138 - color contains mainly: green. Hex color #448A25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448A25 is #BB75DA. Grayscale: #696969. Windows color (decimal): -12285403 or 2460228. OLE color: 2460228.

HSL color Cylindrical-coordinate representation of color #448A25: hue angle of 101.58º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #448A25 is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 138 37 -
CMYK 0.51 0 0.73 0.46
HSL 101.58º 0.58% 0.34% -
HSV(B) 101.58º 0.73% 0.54% -
XYZ 11.81 19.54 4.9 -
YUV 105.56 89.31 101.21 -
System Red Green Blue C M Y K H S L
Decimal 68 138 37 0.51 0 0.73 0.46 101.58 0.58 0.34
Hex 44 8A 25 33 0 49 2E 66 3A 22
Octal 104 212 45 63 0 111 56 146 72 42
Binary 1000100 10001010 100101 110011 0 1001001 101110 1100110 111010 100010

Color Harmonies of #448A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448A25

Black with #448A25

Text Example


Text Example

White with #448A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448A25; }

 p { color: rgb(68,138,37); }

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

background-color css

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

 a { background-color: rgb(68,138,37); }

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

border-color css

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

 span { border-color: rgb(68,138,37); }

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