Html Css Color HEX #307606 Bilbao

📋 copy color: '#307606'

red 48 ◦ green 118 ◦ blue 6

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

Shades of Bilbao #307606

Tints of Bilbao #307606

RGB

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

 GREEN value IS 118 (46.48% from 255) = 68.6%

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

R = 27.91%
G = 68.6%
B = 3.49%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#307606 (or 0x307606) is known color: Bilbao. HEX triplet: 30, 76 and 06. RGB value is (48,118,6). Sum of RGB (Red+Green+Blue) = 48+118+6=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 118 (46.48% from 255 or 68.60% from 172); Blue value is 6 (2.73% from 255 or 3.49% from 172); Max value from RGB is 118 - color contains mainly: green. Hex color #307606 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307606 is #CF89F9. Grayscale: #545454. Windows color (decimal): -13601274 or 423472. OLE color: 423472.

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

Color convert

RGB 48 118 6 -
CMYK 0.59 0 0.95 0.54
HSL 97.5º 0.9% 0.24% -
HSV(B) 97.5º 0.95% 0.46% -
XYZ 7.73 13.6 2.39 -
YUV 84.3 83.81 102.11 -
System Red Green Blue C M Y K H S L
Decimal 48 118 6 0.59 0 0.95 0.54 97.5 0.9 0.24
Hex 30 76 6 3B 0 5F 36 62 5A 18
Octal 60 166 6 73 0 137 66 142 132 30
Binary 110000 1110110 110 111011 0 1011111 110110 1100010 1011010 11000

Color Harmonies of #307606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307606

Black with #307606

Text Example


Text Example

White with #307606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307606; }

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

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

background-color css

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

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

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

border-color css

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

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

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