Html Css Color HEX #307509 Bilbao

📋 copy color: '#307509'

red 48 ◦ green 117 ◦ blue 9

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

Shades of Bilbao #307509

Tints of Bilbao #307509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.17%

R = 27.59%
G = 67.24%
B = 5.17%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#307509 (or 0x307509) is known color: Bilbao. HEX triplet: 30, 75 and 09. RGB value is (48,117,9). Sum of RGB (Red+Green+Blue) = 48+117+9=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 117 (46.09% from 255 or 67.24% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 117 - color contains mainly: green. Hex color #307509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307509 is #CF8AF6. Grayscale: #545454. Windows color (decimal): -13601527 or 619824. OLE color: 619824.

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

Color convert

RGB 48 117 9 -
CMYK 0.59 0 0.92 0.54
HSL 98.33º 0.86% 0.25% -
HSV(B) 98.33º 0.92% 0.46% -
XYZ 7.63 13.37 2.44 -
YUV 84.06 85.64 102.28 -
System Red Green Blue C M Y K H S L
Decimal 48 117 9 0.59 0 0.92 0.54 98.33 0.86 0.25
Hex 30 75 9 3B 0 5C 36 62 56 19
Octal 60 165 11 73 0 134 66 142 126 31
Binary 110000 1110101 1001 111011 0 1011100 110110 1100010 1010110 11001

Color Harmonies of #307509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307509

Black with #307509

Text Example


Text Example

White with #307509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307509; }

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

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

background-color css

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

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

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

border-color css

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

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

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