Html Css Color HEX #308320 Bilbao

📋 copy color: '#308320'

red 48 ◦ green 131 ◦ blue 32

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

Shades of Bilbao #308320

Tints of Bilbao #308320

RGB

 RED value IS 48 (19.14% from 255) = 22.75%

 GREEN value IS 131 (51.56% from 255) = 62.09%

 BLUE value IS 32 (12.89% from 255) = 15.17%

R = 22.75%
G = 62.09%
B = 15.17%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#308320 (or 0x308320) is known color: Bilbao. HEX triplet: 30, 83 and 20. RGB value is (48,131,32). Sum of RGB (Red+Green+Blue) = 48+131+32=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 131 (51.56% from 255 or 62.09% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 131 - color contains mainly: green. Hex color #308320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308320 is #CF7CDF. Grayscale: #5F5F5F. Windows color (decimal): -13597920 or 2130736. OLE color: 2130736.

HSL color Cylindrical-coordinate representation of color #308320: hue angle of 110.3º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #308320 is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 131 32 -
CMYK 0.63 0 0.76 0.49
HSL 110.3º 0.61% 0.32% -
HSV(B) 110.3º 0.76% 0.51% -
XYZ 9.6 16.97 4.14 -
YUV 94.9 92.5 94.55 -
System Red Green Blue C M Y K H S L
Decimal 48 131 32 0.63 0 0.76 0.49 110.3 0.61 0.32
Hex 30 83 20 3F 0 4C 31 6E 3D 20
Octal 60 203 40 77 0 114 61 156 75 40
Binary 110000 10000011 100000 111111 0 1001100 110001 1101110 111101 100000

Color Harmonies of #308320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308320

Black with #308320

Text Example


Text Example

White with #308320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308320; }

 p { color: rgb(48,131,32); }

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

background-color css

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

 a { background-color: rgb(48,131,32); }

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

border-color css

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

 span { border-color: rgb(48,131,32); }

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