Html Css Color HEX #307414 Bilbao

📋 copy color: '#307414'

red 48 ◦ green 116 ◦ blue 20

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

Shades of Bilbao #307414

Tints of Bilbao #307414

RGB

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

 GREEN value IS 116 (45.7% from 255) = 63.04%

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

R = 26.09%
G = 63.04%
B = 10.87%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#307414 (or 0x307414) is known color: Bilbao. HEX triplet: 30, 74 and 14. RGB value is (48,116,20). Sum of RGB (Red+Green+Blue) = 48+116+20=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 116 (45.70% from 255 or 63.04% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 116 - color contains mainly: green. Hex color #307414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307414 is #CF8BEB. Grayscale: #555555. Windows color (decimal): -13601772 or 1340464. OLE color: 1340464.

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

Color convert

RGB 48 116 20 -
CMYK 0.59 0 0.83 0.55
HSL 102.5º 0.71% 0.27% -
HSV(B) 102.5º 0.83% 0.45% -
XYZ 7.59 13.17 2.8 -
YUV 84.72 91.47 101.81 -
System Red Green Blue C M Y K H S L
Decimal 48 116 20 0.59 0 0.83 0.55 102.5 0.71 0.27
Hex 30 74 14 3B 0 53 37 66 47 1B
Octal 60 164 24 73 0 123 67 146 107 33
Binary 110000 1110100 10100 111011 0 1010011 110111 1100110 1000111 11011

Color Harmonies of #307414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307414

Black with #307414

Text Example


Text Example

White with #307414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307414; }

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

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

background-color css

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

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

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

border-color css

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

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

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