Html Css Color HEX #306814 Bilbao

📋 copy color: '#306814'

red 48 ◦ green 104 ◦ blue 20

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

Shades of Bilbao #306814

Tints of Bilbao #306814

RGB

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

 GREEN value IS 104 (41.02% from 255) = 60.47%

 BLUE value IS 20 (8.2% from 255) = 11.63%

R = 27.91%
G = 60.47%
B = 11.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#306814 (or 0x306814) is known color: Bilbao. HEX triplet: 30, 68 and 14. RGB value is (48,104,20). Sum of RGB (Red+Green+Blue) = 48+104+20=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 104 (41.02% from 255 or 60.47% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 104 - color contains mainly: green. Hex color #306814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306814 is #CF97EB. Grayscale: #4D4D4D. Windows color (decimal): -13604844 or 1337392. OLE color: 1337392.

HSL color Cylindrical-coordinate representation of color #306814: hue angle of 100º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #306814 is Cyan = 0.54, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 104 20 -
CMYK 0.54 0 0.81 0.59
HSL 100º 0.68% 0.24% -
HSV(B) 100º 0.81% 0.41% -
XYZ 6.3 10.58 2.37 -
YUV 77.68 95.45 106.83 -
System Red Green Blue C M Y K H S L
Decimal 48 104 20 0.54 0 0.81 0.59 100 0.68 0.24
Hex 30 68 14 36 0 51 3B 64 44 18
Octal 60 150 24 66 0 121 73 144 104 30
Binary 110000 1101000 10100 110110 0 1010001 111011 1100100 1000100 11000

Color Harmonies of #306814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306814

Black with #306814

Text Example


Text Example

White with #306814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306814; }

 p { color: rgb(48,104,20); }

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

background-color css

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

 a { background-color: rgb(48,104,20); }

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

border-color css

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

 span { border-color: rgb(48,104,20); }

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