Html Css Color HEX #307407 Bilbao

📋 copy color: '#307407'

red 48 ◦ green 116 ◦ blue 7

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

Shades of Bilbao #307407

Tints of Bilbao #307407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.09%

R = 28.07%
G = 67.84%
B = 4.09%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#307407 (or 0x307407) is known color: Bilbao. HEX triplet: 30, 74 and 07. RGB value is (48,116,7). Sum of RGB (Red+Green+Blue) = 48+116+7=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 116 (45.70% from 255 or 67.84% from 171); Blue value is 7 (3.12% from 255 or 4.09% from 171); Max value from RGB is 116 - color contains mainly: green. Hex color #307407 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307407 is #CF8BF8. Grayscale: #535353. Windows color (decimal): -13601785 or 488496. OLE color: 488496.

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

Color convert

RGB 48 116 7 -
CMYK 0.59 0 0.94 0.55
HSL 97.43º 0.89% 0.24% -
HSV(B) 97.43º 0.94% 0.45% -
XYZ 7.5 13.13 2.34 -
YUV 83.24 84.97 102.86 -
System Red Green Blue C M Y K H S L
Decimal 48 116 7 0.59 0 0.94 0.55 97.43 0.89 0.24
Hex 30 74 7 3B 0 5E 37 61 59 18
Octal 60 164 7 73 0 136 67 141 131 30
Binary 110000 1110100 111 111011 0 1011110 110111 1100001 1011001 11000

Color Harmonies of #307407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307407

Black with #307407

Text Example


Text Example

White with #307407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307407; }

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

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

background-color css

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

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

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

border-color css

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

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

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