Html Css Color HEX #48762A Bilbao

📋 copy color: '#48762A'

red 72 ◦ green 118 ◦ blue 42

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

Shades of Bilbao #48762A

Tints of Bilbao #48762A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 50.86%

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

R = 31.03%
G = 50.86%
B = 18.1%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#48762A (or 0x48762A) is known color: Bilbao. HEX triplet: 48, 76 and 2A. RGB value is (72,118,42). Sum of RGB (Red+Green+Blue) = 72+118+42=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #48762A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48762A is #B789D5. Grayscale: #5F5F5F. Windows color (decimal): -12028374 or 2782792. OLE color: 2782792.

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

Color convert

RGB 72 118 42 -
CMYK 0.39 0 0.64 0.54
HSL 96.32º 0.48% 0.31% -
HSV(B) 96.32º 0.64% 0.46% -
XYZ 9.57 14.5 4.49 -
YUV 95.58 97.76 111.18 -
System Red Green Blue C M Y K H S L
Decimal 72 118 42 0.39 0 0.64 0.54 96.32 0.48 0.31
Hex 48 76 2A 27 0 40 36 60 30 1F
Octal 110 166 52 47 0 100 66 140 60 37
Binary 1001000 1110110 101010 100111 0 1000000 110110 1100000 110000 11111

Color Harmonies of #48762A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48762A

Black with #48762A

Text Example


Text Example

White with #48762A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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