Html Css Color HEX #306D06 Bilbao

📋 copy color: '#306D06'

red 48 ◦ green 109 ◦ blue 6

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

Shades of Bilbao #306D06

Tints of Bilbao #306D06

RGB

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

 GREEN value IS 109 (42.97% from 255) = 66.87%

 BLUE value IS 6 (2.73% from 255) = 3.68%

R = 29.45%
G = 66.87%
B = 3.68%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.94

 K value IS 0.57

RGB Variations

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

Color information

#306D06 (or 0x306D06) is known color: Bilbao. HEX triplet: 30, 6D and 06. RGB value is (48,109,6). Sum of RGB (Red+Green+Blue) = 48+109+6=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 109 (42.97% from 255 or 66.87% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 109 - color contains mainly: green. Hex color #306D06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306D06 is #CF92F9. Grayscale: #4F4F4F. Windows color (decimal): -13603578 or 421168. OLE color: 421168.

HSL color Cylindrical-coordinate representation of color #306D06: hue angle of 95.53º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #306D06 is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 109 6 -
CMYK 0.56 0 0.94 0.57
HSL 95.53º 0.9% 0.23% -
HSV(B) 95.53º 0.94% 0.43% -
XYZ 6.72 11.58 2.05 -
YUV 79.02 86.79 105.88 -
System Red Green Blue C M Y K H S L
Decimal 48 109 6 0.56 0 0.94 0.57 95.53 0.9 0.23
Hex 30 6D 6 38 0 5E 39 60 5A 17
Octal 60 155 6 70 0 136 71 140 132 27
Binary 110000 1101101 110 111000 0 1011110 111001 1100000 1011010 10111

Color Harmonies of #306D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306D06

Black with #306D06

Text Example


Text Example

White with #306D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306D06; }

 p { color: rgb(48,109,6); }

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

background-color css

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

 a { background-color: rgb(48,109,6); }

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

border-color css

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

 span { border-color: rgb(48,109,6); }

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