Html Css Color HEX #307511 Bilbao

📋 copy color: '#307511'

red 48 ◦ green 117 ◦ blue 17

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

Shades of Bilbao #307511

Tints of Bilbao #307511

RGB

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

 GREEN value IS 117 (46.09% from 255) = 64.29%

 BLUE value IS 17 (7.03% from 255) = 9.34%

R = 26.37%
G = 64.29%
B = 9.34%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#307511 (or 0x307511) is known color: Bilbao. HEX triplet: 30, 75 and 11. RGB value is (48,117,17). Sum of RGB (Red+Green+Blue) = 48+117+17=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 117 (46.09% from 255 or 64.29% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 117 - color contains mainly: green. Hex color #307511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307511 is #CF8AEE. Grayscale: #555555. Windows color (decimal): -13601519 or 1144112. OLE color: 1144112.

HSL color Cylindrical-coordinate representation of color #307511: hue angle of 101.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #307511 is Cyan = 0.59, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 117 17 -
CMYK 0.59 0 0.85 0.54
HSL 101.4º 0.75% 0.26% -
HSV(B) 101.4º 0.85% 0.46% -
XYZ 7.68 13.39 2.71 -
YUV 84.97 89.64 101.63 -
System Red Green Blue C M Y K H S L
Decimal 48 117 17 0.59 0 0.85 0.54 101.4 0.75 0.26
Hex 30 75 11 3B 0 55 36 65 4B 1A
Octal 60 165 21 73 0 125 66 145 113 32
Binary 110000 1110101 10001 111011 0 1010101 110110 1100101 1001011 11010

Color Harmonies of #307511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307511

Black with #307511

Text Example


Text Example

White with #307511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307511; }

 p { color: rgb(48,117,17); }

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

background-color css

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

 a { background-color: rgb(48,117,17); }

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

border-color css

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

 span { border-color: rgb(48,117,17); }

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