Html Css Color HEX #306711 Bilbao

📋 copy color: '#306711'

red 48 ◦ green 103 ◦ blue 17

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

Shades of Bilbao #306711

Tints of Bilbao #306711

RGB

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

 GREEN value IS 103 (40.63% from 255) = 61.31%

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

R = 28.57%
G = 61.31%
B = 10.12%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#306711 (or 0x306711) is known color: Bilbao. HEX triplet: 30, 67 and 11. RGB value is (48,103,17). Sum of RGB (Red+Green+Blue) = 48+103+17=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 103 (40.62% from 255 or 61.31% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 103 - color contains mainly: green. Hex color #306711 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306711 is #CF98EE. Grayscale: #4D4D4D. Windows color (decimal): -13605103 or 1140528. OLE color: 1140528.

HSL color Cylindrical-coordinate representation of color #306711: hue angle of 98.37º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #306711 is Cyan = 0.53, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 103 17 -
CMYK 0.53 0 0.83 0.60
HSL 98.37º 0.72% 0.24% -
HSV(B) 98.37º 0.83% 0.4% -
XYZ 6.17 10.37 2.21 -
YUV 76.75 94.28 107.49 -
System Red Green Blue C M Y K H S L
Decimal 48 103 17 0.53 0 0.83 0.60 98.37 0.72 0.24
Hex 30 67 11 35 0 53 3C 62 48 18
Octal 60 147 21 65 0 123 74 142 110 30
Binary 110000 1100111 10001 110101 0 1010011 111100 1100010 1001000 11000

Color Harmonies of #306711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306711

Black with #306711

Text Example


Text Example

White with #306711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306711; }

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

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

background-color css

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

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

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

border-color css

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

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

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