Html Css Color HEX #307610 Bilbao

📋 copy color: '#307610'

red 48 ◦ green 118 ◦ blue 16

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

Shades of Bilbao #307610

Tints of Bilbao #307610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.79%

R = 26.37%
G = 64.84%
B = 8.79%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#307610 (or 0x307610) is known color: Bilbao. HEX triplet: 30, 76 and 10. RGB value is (48,118,16). Sum of RGB (Red+Green+Blue) = 48+118+16=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 118 (46.48% from 255 or 64.84% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 118 - color contains mainly: green. Hex color #307610 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307610 is #CF89EF. Grayscale: #555555. Windows color (decimal): -13601264 or 1078832. OLE color: 1078832.

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

Color convert

RGB 48 118 16 -
CMYK 0.59 0 0.86 0.54
HSL 101.18º 0.76% 0.26% -
HSV(B) 101.18º 0.86% 0.46% -
XYZ 7.79 13.62 2.71 -
YUV 85.44 88.81 101.29 -
System Red Green Blue C M Y K H S L
Decimal 48 118 16 0.59 0 0.86 0.54 101.18 0.76 0.26
Hex 30 76 10 3B 0 56 36 65 4C 1A
Octal 60 166 20 73 0 126 66 145 114 32
Binary 110000 1110110 10000 111011 0 1010110 110110 1100101 1001100 11010

Color Harmonies of #307610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307610

Black with #307610

Text Example


Text Example

White with #307610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307610; }

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

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

background-color css

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

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

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

border-color css

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

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

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