Html Css Color HEX #307513 Bilbao

📋 copy color: '#307513'

red 48 ◦ green 117 ◦ blue 19

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

Shades of Bilbao #307513

Tints of Bilbao #307513

RGB

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

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

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

R = 26.09%
G = 63.59%
B = 10.33%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#307513 (or 0x307513) is known color: Bilbao. HEX triplet: 30, 75 and 13. RGB value is (48,117,19). Sum of RGB (Red+Green+Blue) = 48+117+19=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 117 (46.09% from 255 or 63.59% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 117 - color contains mainly: green. Hex color #307513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307513 is #CF8AEC. Grayscale: #555555. Windows color (decimal): -13601517 or 1275184. OLE color: 1275184.

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

Color convert

RGB 48 117 19 -
CMYK 0.59 0 0.84 0.54
HSL 102.24º 0.72% 0.27% -
HSV(B) 102.24º 0.84% 0.46% -
XYZ 7.7 13.4 2.8 -
YUV 85.2 90.64 101.47 -
System Red Green Blue C M Y K H S L
Decimal 48 117 19 0.59 0 0.84 0.54 102.24 0.72 0.27
Hex 30 75 13 3B 0 54 36 66 48 1B
Octal 60 165 23 73 0 124 66 146 110 33
Binary 110000 1110101 10011 111011 0 1010100 110110 1100110 1001000 11011

Color Harmonies of #307513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307513

Black with #307513

Text Example


Text Example

White with #307513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307513; }

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

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

background-color css

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

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

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

border-color css

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

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

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