Html Css Color HEX #306709 Bilbao

📋 copy color: '#306709'

red 48 ◦ green 103 ◦ blue 9

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

Shades of Bilbao #306709

Tints of Bilbao #306709

RGB

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

 GREEN value IS 103 (40.63% from 255) = 64.38%

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

R = 30%
G = 64.38%
B = 5.63%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.91

 K value IS 0.60

RGB Variations

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

Color information

#306709 (or 0x306709) is known color: Bilbao. HEX triplet: 30, 67 and 09. RGB value is (48,103,9). Sum of RGB (Red+Green+Blue) = 48+103+9=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 103 (40.62% from 255 or 64.38% from 160); Blue value is 9 (3.91% from 255 or 5.62% from 160); Max value from RGB is 103 - color contains mainly: green. Hex color #306709 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306709 is #CF98F6. Grayscale: #4C4C4C. Windows color (decimal): -13605111 or 616240. OLE color: 616240.

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

Color convert

RGB 48 103 9 -
CMYK 0.53 0 0.91 0.60
HSL 95.11º 0.84% 0.22% -
HSV(B) 95.11º 0.91% 0.4% -
XYZ 6.12 10.35 1.93 -
YUV 75.84 90.28 108.14 -
System Red Green Blue C M Y K H S L
Decimal 48 103 9 0.53 0 0.91 0.60 95.11 0.84 0.22
Hex 30 67 9 35 0 5B 3C 5F 54 16
Octal 60 147 11 65 0 133 74 137 124 26
Binary 110000 1100111 1001 110101 0 1011011 111100 1011111 1010100 10110

Color Harmonies of #306709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306709

Black with #306709

Text Example


Text Example

White with #306709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306709; }

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

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

background-color css

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

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

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

border-color css

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

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

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