Html Css Color HEX #307313 Bilbao

📋 copy color: '#307313'

red 48 ◦ green 115 ◦ blue 19

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

Shades of Bilbao #307313

Tints of Bilbao #307313

RGB

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

 GREEN value IS 115 (45.31% from 255) = 63.19%

 BLUE value IS 19 (7.81% from 255) = 10.44%

R = 26.37%
G = 63.19%
B = 10.44%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#307313 (or 0x307313) is known color: Bilbao. HEX triplet: 30, 73 and 13. RGB value is (48,115,19). Sum of RGB (Red+Green+Blue) = 48+115+19=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 115 (45.31% from 255 or 63.19% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 115 - color contains mainly: green. Hex color #307313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307313 is #CF8CEC. Grayscale: #545454. Windows color (decimal): -13602029 or 1274672. OLE color: 1274672.

HSL color Cylindrical-coordinate representation of color #307313: hue angle of 101.88º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #307313 is Cyan = 0.58, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 115 19 -
CMYK 0.58 0 0.83 0.55
HSL 101.88º 0.72% 0.26% -
HSV(B) 101.88º 0.83% 0.45% -
XYZ 7.47 12.94 2.72 -
YUV 84.02 91.3 102.31 -
System Red Green Blue C M Y K H S L
Decimal 48 115 19 0.58 0 0.83 0.55 101.88 0.72 0.26
Hex 30 73 13 3A 0 53 37 66 48 1A
Octal 60 163 23 72 0 123 67 146 110 32
Binary 110000 1110011 10011 111010 0 1010011 110111 1100110 1001000 11010

Color Harmonies of #307313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307313

Black with #307313

Text Example


Text Example

White with #307313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307313; }

 p { color: rgb(48,115,19); }

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

background-color css

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

 a { background-color: rgb(48,115,19); }

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

border-color css

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

 span { border-color: rgb(48,115,19); }

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