Html Css Color HEX #488B07 La Palma

📋 copy color: '#488B07'

red 72 ◦ green 139 ◦ blue 7

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

Shades of La Palma #488B07

Tints of La Palma #488B07

RGB

 RED value IS 72 (28.52% from 255) = 33.03%

 GREEN value IS 139 (54.69% from 255) = 63.76%

 BLUE value IS 7 (3.13% from 255) = 3.21%

R = 33.03%
G = 63.76%
B = 3.21%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.95

 K value IS 0.45

RGB Variations

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

Color information

#488B07 (or 0x488B07) is known color: La Palma. HEX triplet: 48, 8B and 07. RGB value is (72,139,7). Sum of RGB (Red+Green+Blue) = 72+139+7=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 139 (54.69% from 255 or 63.76% from 218); Blue value is 7 (3.12% from 255 or 3.21% from 218); Max value from RGB is 139 - color contains mainly: green. Hex color #488B07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488B07 is #B774F8. Grayscale: #686868. Windows color (decimal): -12023033 or 494408. OLE color: 494408.

HSL color Cylindrical-coordinate representation of color #488B07: hue angle of 90.45º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #488B07 is Cyan = 0.48, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 139 7 -
CMYK 0.48 0 0.95 0.45
HSL 90.45º 0.9% 0.29% -
HSV(B) 90.45º 0.95% 0.55% -
XYZ 11.94 19.86 3.4 -
YUV 103.92 73.3 105.23 -
System Red Green Blue C M Y K H S L
Decimal 72 139 7 0.48 0 0.95 0.45 90.45 0.9 0.29
Hex 48 8B 7 30 0 5F 2D 5A 5A 1D
Octal 110 213 7 60 0 137 55 132 132 35
Binary 1001000 10001011 111 110000 0 1011111 101101 1011010 1011010 11101

Color Harmonies of #488B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488B07

Black with #488B07

Text Example


Text Example

White with #488B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488B07; }

 p { color: rgb(72,139,7); }

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

background-color css

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

 a { background-color: rgb(72,139,7); }

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

border-color css

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

 span { border-color: rgb(72,139,7); }

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