Html Css Color HEX #448A08 La Palma

📋 copy color: '#448A08'

red 68 ◦ green 138 ◦ blue 8

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

Shades of La Palma #448A08

Tints of La Palma #448A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.74%

R = 31.78%
G = 64.49%
B = 3.74%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#448A08 (or 0x448A08) is known color: La Palma. HEX triplet: 44, 8A and 08. RGB value is (68,138,8). Sum of RGB (Red+Green+Blue) = 68+138+8=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 138 (54.30% from 255 or 64.49% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 138 - color contains mainly: green. Hex color #448A08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448A08 is #BB75F7. Grayscale: #666666. Windows color (decimal): -12285432 or 559684. OLE color: 559684.

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

Color convert

RGB 68 138 8 -
CMYK 0.51 0 0.94 0.46
HSL 92.31º 0.89% 0.29% -
HSV(B) 92.31º 0.94% 0.54% -
XYZ 11.52 19.42 3.37 -
YUV 102.25 74.81 103.57 -
System Red Green Blue C M Y K H S L
Decimal 68 138 8 0.51 0 0.94 0.46 92.31 0.89 0.29
Hex 44 8A 8 33 0 5E 2E 5C 59 1D
Octal 104 212 10 63 0 136 56 134 131 35
Binary 1000100 10001010 1000 110011 0 1011110 101110 1011100 1011001 11101

Color Harmonies of #448A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448A08

Black with #448A08

Text Example


Text Example

White with #448A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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