Html Css Color HEX #488B35 La Palma

📋 copy color: '#488B35'

red 72 ◦ green 139 ◦ blue 53

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

Shades of La Palma #488B35

Tints of La Palma #488B35

RGB

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

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

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

R = 27.27%
G = 52.65%
B = 20.08%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#488B35 (or 0x488B35) is known color: La Palma. HEX triplet: 48, 8B and 35. RGB value is (72,139,53). Sum of RGB (Red+Green+Blue) = 72+139+53=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 139 (54.69% from 255 or 52.65% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 139 - color contains mainly: green. Hex color #488B35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488B35 is #B774CA. Grayscale: #6D6D6D. Windows color (decimal): -12022987 or 3509064. OLE color: 3509064.

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

Color convert

RGB 72 139 53 -
CMYK 0.48 0 0.62 0.45
HSL 106.74º 0.45% 0.38% -
HSV(B) 106.74º 0.62% 0.55% -
XYZ 12.55 20.1 6.59 -
YUV 109.16 96.3 101.49 -
System Red Green Blue C M Y K H S L
Decimal 72 139 53 0.48 0 0.62 0.45 106.74 0.45 0.38
Hex 48 8B 35 30 0 3E 2D 6B 2D 26
Octal 110 213 65 60 0 76 55 153 55 46
Binary 1001000 10001011 110101 110000 0 111110 101101 1101011 101101 100110

Color Harmonies of #488B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488B35

Black with #488B35

Text Example


Text Example

White with #488B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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