Html Css Color HEX #307714 Bilbao

📋 copy color: '#307714'

red 48 ◦ green 119 ◦ blue 20

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

Shades of Bilbao #307714

Tints of Bilbao #307714

RGB

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

 GREEN value IS 119 (46.88% from 255) = 63.64%

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

R = 25.67%
G = 63.64%
B = 10.7%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#307714 (or 0x307714) is known color: Bilbao. HEX triplet: 30, 77 and 14. RGB value is (48,119,20). Sum of RGB (Red+Green+Blue) = 48+119+20=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 119 (46.88% from 255 or 63.64% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 119 - color contains mainly: green. Hex color #307714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307714 is #CF88EB. Grayscale: #565656. Windows color (decimal): -13601004 or 1341232. OLE color: 1341232.

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

Color convert

RGB 48 119 20 -
CMYK 0.60 0 0.83 0.53
HSL 103.03º 0.71% 0.27% -
HSV(B) 103.03º 0.83% 0.47% -
XYZ 7.94 13.87 2.92 -
YUV 86.49 90.48 100.55 -
System Red Green Blue C M Y K H S L
Decimal 48 119 20 0.60 0 0.83 0.53 103.03 0.71 0.27
Hex 30 77 14 3C 0 53 35 67 47 1B
Octal 60 167 24 74 0 123 65 147 107 33
Binary 110000 1110111 10100 111100 0 1010011 110101 1100111 1000111 11011

Color Harmonies of #307714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307714

Black with #307714

Text Example


Text Example

White with #307714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307714; }

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

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

background-color css

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

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

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

border-color css

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

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

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