Html Css Color HEX #488630 La Palma

📋 copy color: '#488630'

red 72 ◦ green 134 ◦ blue 48

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

Shades of La Palma #488630

Tints of La Palma #488630

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.76%

 BLUE value IS 48 (19.14% from 255) = 18.9%

R = 28.35%
G = 52.76%
B = 18.9%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#488630 (or 0x488630) is known color: La Palma. HEX triplet: 48, 86 and 30. RGB value is (72,134,48). Sum of RGB (Red+Green+Blue) = 72+134+48=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 134 (52.73% from 255 or 52.76% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 134 - color contains mainly: green. Hex color #488630 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488630 is #B779CF. Grayscale: #696969. Windows color (decimal): -12024272 or 3180104. OLE color: 3180104.

HSL color Cylindrical-coordinate representation of color #488630: hue angle of 103.26º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #488630 is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 134 48 -
CMYK 0.46 0 0.64 0.47
HSL 103.26º 0.47% 0.36% -
HSV(B) 103.26º 0.64% 0.53% -
XYZ 11.73 18.64 5.78 -
YUV 105.66 95.46 103.99 -
System Red Green Blue C M Y K H S L
Decimal 72 134 48 0.46 0 0.64 0.47 103.26 0.47 0.36
Hex 48 86 30 2E 0 40 2F 67 2F 24
Octal 110 206 60 56 0 100 57 147 57 44
Binary 1001000 10000110 110000 101110 0 1000000 101111 1100111 101111 100100

Color Harmonies of #488630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488630

Black with #488630

Text Example


Text Example

White with #488630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488630; }

 p { color: rgb(72,134,48); }

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

background-color css

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

 a { background-color: rgb(72,134,48); }

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

border-color css

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

 span { border-color: rgb(72,134,48); }

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