Html Css Color HEX #336C01 Bilbao

📋 copy color: '#336C01'

red 51 ◦ green 108 ◦ blue 1

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

Shades of Bilbao #336C01

Tints of Bilbao #336C01

RGB

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

 GREEN value IS 108 (42.58% from 255) = 67.5%

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

R = 31.88%
G = 67.5%
B = 0.63%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#336C01 (or 0x336C01) is known color: Bilbao. HEX triplet: 33, 6C and 01. RGB value is (51,108,1). Sum of RGB (Red+Green+Blue) = 51+108+1=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 108 (42.58% from 255 or 67.5% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 108 - color contains mainly: green. Hex color #336C01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336C01 is #CC93FE. Grayscale: #4F4F4F. Windows color (decimal): -13407231 or 93235. OLE color: 93235.

HSL color Cylindrical-coordinate representation of color #336C01: hue angle of 91.96º 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 #336C01 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB 51 108 1 -
CMYK 0.53 0 0.99 0.58
HSL 91.96º 0.98% 0.21% -
HSV(B) 91.96º 0.99% 0.42% -
XYZ 6.73 11.43 1.88 -
YUV 78.76 84.12 108.2 -
System Red Green Blue C M Y K H S L
Decimal 51 108 1 0.53 0 0.99 0.58 91.96 0.98 0.21
Hex 33 6C 1 35 0 63 3A 5C 62 15
Octal 63 154 1 65 0 143 72 134 142 25
Binary 110011 1101100 1 110101 0 1100011 111010 1011100 1100010 10101

Color Harmonies of #336C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336C01

Black with #336C01

Text Example


Text Example

White with #336C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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