Html Css Color HEX #307707 Bilbao

📋 copy color: '#307707'

red 48 ◦ green 119 ◦ blue 7

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

Shades of Bilbao #307707

Tints of Bilbao #307707

RGB

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

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

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

R = 27.59%
G = 68.39%
B = 4.02%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#307707 (or 0x307707) is known color: Bilbao. HEX triplet: 30, 77 and 07. RGB value is (48,119,7). Sum of RGB (Red+Green+Blue) = 48+119+7=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 119 (46.88% from 255 or 68.39% from 174); Blue value is 7 (3.12% from 255 or 4.02% from 174); Max value from RGB is 119 - color contains mainly: green. Hex color #307707 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307707 is #CF88F8. Grayscale: #555555. Windows color (decimal): -13601017 or 489264. OLE color: 489264.

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

Color convert

RGB 48 119 7 -
CMYK 0.60 0 0.94 0.53
HSL 98.04º 0.89% 0.25% -
HSV(B) 98.04º 0.94% 0.47% -
XYZ 7.85 13.84 2.46 -
YUV 85 83.98 101.61 -
System Red Green Blue C M Y K H S L
Decimal 48 119 7 0.60 0 0.94 0.53 98.04 0.89 0.25
Hex 30 77 7 3C 0 5E 35 62 59 19
Octal 60 167 7 74 0 136 65 142 131 31
Binary 110000 1110111 111 111100 0 1011110 110101 1100010 1011001 11001

Color Harmonies of #307707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307707

Black with #307707

Text Example


Text Example

White with #307707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307707; }

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

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

background-color css

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

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

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

border-color css

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

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

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