Html Css Color HEX #488A35 La Palma

📋 copy color: '#488A35'

red 72 ◦ green 138 ◦ blue 53

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

Shades of La Palma #488A35

Tints of La Palma #488A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.15%

R = 27.38%
G = 52.47%
B = 20.15%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#488A35 (or 0x488A35) is known color: La Palma. HEX triplet: 48, 8A and 35. RGB value is (72,138,53). Sum of RGB (Red+Green+Blue) = 72+138+53=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 138 (54.30% from 255 or 52.47% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 138 - color contains mainly: green. Hex color #488A35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488A35 is #B775CA. Grayscale: #6C6C6C. Windows color (decimal): -12023243 or 3508808. OLE color: 3508808.

HSL color Cylindrical-coordinate representation of color #488A35: hue angle of 106.59º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #488A35 is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 138 53 -
CMYK 0.48 0 0.62 0.46
HSL 106.59º 0.45% 0.37% -
HSV(B) 106.59º 0.62% 0.54% -
XYZ 12.4 19.81 6.54 -
YUV 108.58 96.63 101.91 -
System Red Green Blue C M Y K H S L
Decimal 72 138 53 0.48 0 0.62 0.46 106.59 0.45 0.37
Hex 48 8A 35 30 0 3E 2E 6B 2D 25
Octal 110 212 65 60 0 76 56 153 55 45
Binary 1001000 10001010 110101 110000 0 111110 101110 1101011 101101 100101

Color Harmonies of #488A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488A35

Black with #488A35

Text Example


Text Example

White with #488A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,138,53); }

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

background-color css

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

 a { background-color: rgb(72,138,53); }

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

border-color css

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

 span { border-color: rgb(72,138,53); }

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