Html Css Color HEX #307514 Bilbao

📋 copy color: '#307514'

red 48 ◦ green 117 ◦ blue 20

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

Shades of Bilbao #307514

Tints of Bilbao #307514

RGB

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

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

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

R = 25.95%
G = 63.24%
B = 10.81%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#307514 (or 0x307514) is known color: Bilbao. HEX triplet: 30, 75 and 14. RGB value is (48,117,20). Sum of RGB (Red+Green+Blue) = 48+117+20=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 117 (46.09% from 255 or 63.24% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 117 - color contains mainly: green. Hex color #307514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307514 is #CF8AEB. Grayscale: #555555. Windows color (decimal): -13601516 or 1340720. OLE color: 1340720.

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

Color convert

RGB 48 117 20 -
CMYK 0.59 0 0.83 0.54
HSL 102.68º 0.71% 0.27% -
HSV(B) 102.68º 0.83% 0.46% -
XYZ 7.71 13.4 2.84 -
YUV 85.31 91.14 101.39 -
System Red Green Blue C M Y K H S L
Decimal 48 117 20 0.59 0 0.83 0.54 102.68 0.71 0.27
Hex 30 75 14 3B 0 53 36 67 47 1B
Octal 60 165 24 73 0 123 66 147 107 33
Binary 110000 1110101 10100 111011 0 1010011 110110 1100111 1000111 11011

Color Harmonies of #307514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307514

Black with #307514

Text Example


Text Example

White with #307514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307514; }

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

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

background-color css

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

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

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

border-color css

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

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

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