Html Css Color HEX #336B01 Bilbao

📋 copy color: '#336B01'

red 51 ◦ green 107 ◦ blue 1

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

Shades of Bilbao #336B01

Tints of Bilbao #336B01

RGB

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

 GREEN value IS 107 (42.19% from 255) = 67.3%

 BLUE value IS 1 (0.78% from 255) = 0.63%

R = 32.08%
G = 67.3%
B = 0.63%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#336B01 (or 0x336B01) is known color: Bilbao. HEX triplet: 33, 6B and 01. RGB value is (51,107,1). Sum of RGB (Red+Green+Blue) = 51+107+1=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 107 (42.19% from 255 or 67.30% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 107 - color contains mainly: green. Hex color #336B01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336B01 is #CC94FE. Grayscale: #4E4E4E. Windows color (decimal): -13407487 or 92979. OLE color: 92979.

HSL color Cylindrical-coordinate representation of color #336B01: hue angle of 91.7º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #336B01 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB 51 107 1 -
CMYK 0.52 0 0.99 0.58
HSL 91.7º 0.98% 0.21% -
HSV(B) 91.7º 0.99% 0.42% -
XYZ 6.63 11.22 1.85 -
YUV 78.17 84.45 108.62 -
System Red Green Blue C M Y K H S L
Decimal 51 107 1 0.52 0 0.99 0.58 91.7 0.98 0.21
Hex 33 6B 1 34 0 63 3A 5C 62 15
Octal 63 153 1 64 0 143 72 134 142 25
Binary 110011 1101011 1 110100 0 1100011 111010 1011100 1100010 10101

Color Harmonies of #336B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336B01

Black with #336B01

Text Example


Text Example

White with #336B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336B01; }

 p { color: rgb(51,107,1); }

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

background-color css

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

 a { background-color: rgb(51,107,1); }

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

border-color css

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

 span { border-color: rgb(51,107,1); }

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