Html Css Color HEX #306605 Bilbao

📋 copy color: '#306605'

red 48 ◦ green 102 ◦ blue 5

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

Shades of Bilbao #306605

Tints of Bilbao #306605

RGB

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

 GREEN value IS 102 (40.23% from 255) = 65.81%

 BLUE value IS 5 (2.34% from 255) = 3.23%

R = 30.97%
G = 65.81%
B = 3.23%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.95

 K value IS 0.6

RGB Variations

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

Color information

#306605 (or 0x306605) is known color: Bilbao. HEX triplet: 30, 66 and 05. RGB value is (48,102,5). Sum of RGB (Red+Green+Blue) = 48+102+5=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 102 (40.23% from 255 or 65.81% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 102 - color contains mainly: green. Hex color #306605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306605 is #CF99FA. Grayscale: #4B4B4B. Windows color (decimal): -13605371 or 353840. OLE color: 353840.

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

Color convert

RGB 48 102 5 -
CMYK 0.53 0 0.95 0.6
HSL 93.4º 0.91% 0.21% -
HSV(B) 93.4º 0.95% 0.4% -
XYZ 6 10.14 1.79 -
YUV 74.8 88.61 108.89 -
System Red Green Blue C M Y K H S L
Decimal 48 102 5 0.53 0 0.95 0.6 93.4 0.91 0.21
Hex 30 66 5 35 0 5F 3C 5D 5B 15
Octal 60 146 5 65 0 137 74 135 133 25
Binary 110000 1100110 101 110101 0 1011111 111100 1011101 1011011 10101

Color Harmonies of #306605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306605

Black with #306605

Text Example


Text Example

White with #306605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306605; }

 p { color: rgb(48,102,5); }

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

background-color css

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

 a { background-color: rgb(48,102,5); }

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

border-color css

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

 span { border-color: rgb(48,102,5); }

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