Html Css Color HEX #33680B Bilbao

📋 copy color: '#33680B'

red 51 ◦ green 104 ◦ blue 11

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

Shades of Bilbao #33680B

Tints of Bilbao #33680B

RGB

 RED value IS 51 (20.31% from 255) = 30.72%

 GREEN value IS 104 (41.02% from 255) = 62.65%

 BLUE value IS 11 (4.69% from 255) = 6.63%

R = 30.72%
G = 62.65%
B = 6.63%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#33680B (or 0x33680B) is known color: Bilbao. HEX triplet: 33, 68 and 0B. RGB value is (51,104,11). Sum of RGB (Red+Green+Blue) = 51+104+11=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 104 (41.02% from 255 or 62.65% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 104 - color contains mainly: green. Hex color #33680B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33680B is #CC97F4. Grayscale: #4D4D4D. Windows color (decimal): -13408245 or 747571. OLE color: 747571.

HSL color Cylindrical-coordinate representation of color #33680B: hue angle of 94.19º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #33680B is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 104 11 -
CMYK 0.51 0 0.89 0.59
HSL 94.19º 0.81% 0.23% -
HSV(B) 94.19º 0.89% 0.41% -
XYZ 6.38 10.63 2.03 -
YUV 77.55 90.44 109.06 -
System Red Green Blue C M Y K H S L
Decimal 51 104 11 0.51 0 0.89 0.59 94.19 0.81 0.23
Hex 33 68 B 33 0 59 3B 5E 51 17
Octal 63 150 13 63 0 131 73 136 121 27
Binary 110011 1101000 1011 110011 0 1011001 111011 1011110 1010001 10111

Color Harmonies of #33680B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33680B

Black with #33680B

Text Example


Text Example

White with #33680B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33680B; }

 p { color: rgb(51,104,11); }

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

background-color css

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

 a { background-color: rgb(51,104,11); }

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

border-color css

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

 span { border-color: rgb(51,104,11); }

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