Html Css Color HEX #306909 Bilbao

📋 copy color: '#306909'

red 48 ◦ green 105 ◦ blue 9

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

Shades of Bilbao #306909

Tints of Bilbao #306909

RGB

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

 GREEN value IS 105 (41.41% from 255) = 64.81%

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

R = 29.63%
G = 64.81%
B = 5.56%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#306909 (or 0x306909) is known color: Bilbao. HEX triplet: 30, 69 and 09. RGB value is (48,105,9). Sum of RGB (Red+Green+Blue) = 48+105+9=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 105 (41.41% from 255 or 64.81% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 105 - color contains mainly: green. Hex color #306909 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306909 is #CF96F6. Grayscale: #4D4D4D. Windows color (decimal): -13604599 or 616752. OLE color: 616752.

HSL color Cylindrical-coordinate representation of color #306909: hue angle of 95.62º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #306909 is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 105 9 -
CMYK 0.54 0 0.91 0.59
HSL 95.63º 0.84% 0.22% -
HSV(B) 95.63º 0.91% 0.41% -
XYZ 6.32 10.75 2 -
YUV 77.01 89.62 107.31 -
System Red Green Blue C M Y K H S L
Decimal 48 105 9 0.54 0 0.91 0.59 95.63 0.84 0.22
Hex 30 69 9 36 0 5B 3B 60 54 16
Octal 60 151 11 66 0 133 73 140 124 26
Binary 110000 1101001 1001 110110 0 1011011 111011 1100000 1010100 10110

Color Harmonies of #306909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306909

Black with #306909

Text Example


Text Example

White with #306909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306909; }

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

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

background-color css

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

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

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

border-color css

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

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

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