Html Css Color HEX #48802A Bilbao

📋 copy color: '#48802A'

red 72 ◦ green 128 ◦ blue 42

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

Shades of Bilbao #48802A

Tints of Bilbao #48802A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 52.89%

 BLUE value IS 42 (16.8% from 255) = 17.36%

R = 29.75%
G = 52.89%
B = 17.36%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#48802A (or 0x48802A) is known color: Bilbao. HEX triplet: 48, 80 and 2A. RGB value is (72,128,42). Sum of RGB (Red+Green+Blue) = 72+128+42=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 128 (50.39% from 255 or 52.89% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 128 - color contains mainly: green. Hex color #48802A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48802A is #B77FD5. Grayscale: #656565. Windows color (decimal): -12025814 or 2785352. OLE color: 2785352.

HSL color Cylindrical-coordinate representation of color #48802A: hue angle of 99.07º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48802A is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB 72 128 42 -
CMYK 0.44 0 0.67 0.50
HSL 99.07º 0.51% 0.33% -
HSV(B) 99.07º 0.67% 0.5% -
XYZ 10.81 16.98 4.9 -
YUV 101.45 94.45 106.99 -
System Red Green Blue C M Y K H S L
Decimal 72 128 42 0.44 0 0.67 0.50 99.07 0.51 0.33
Hex 48 80 2A 2C 0 43 32 63 33 21
Octal 110 200 52 54 0 103 62 143 63 41
Binary 1001000 10000000 101010 101100 0 1000011 110010 1100011 110011 100001

Color Harmonies of #48802A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48802A

Black with #48802A

Text Example


Text Example

White with #48802A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48802A; }

 p { color: rgb(72,128,42); }

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

background-color css

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

 a { background-color: rgb(72,128,42); }

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

border-color css

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

 span { border-color: rgb(72,128,42); }

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