Html Css Color HEX #336B02 Bilbao

📋 copy color: '#336B02'

red 51 ◦ green 107 ◦ blue 2

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

Shades of Bilbao #336B02

Tints of Bilbao #336B02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.25%

R = 31.88%
G = 66.88%
B = 1.25%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#336B02 (or 0x336B02) is known color: Bilbao. HEX triplet: 33, 6B and 02. RGB value is (51,107,2). Sum of RGB (Red+Green+Blue) = 51+107+2=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 107 (42.19% from 255 or 66.88% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 107 - color contains mainly: green. Hex color #336B02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336B02 is #CC94FD. Grayscale: #4E4E4E. Windows color (decimal): -13407486 or 158515. OLE color: 158515.

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

Color convert

RGB 51 107 2 -
CMYK 0.52 0 0.98 0.58
HSL 92º 0.96% 0.21% -
HSV(B) 92º 0.98% 0.42% -
XYZ 6.63 11.22 1.87 -
YUV 78.29 84.95 108.54 -
System Red Green Blue C M Y K H S L
Decimal 51 107 2 0.52 0 0.98 0.58 92 0.96 0.21
Hex 33 6B 2 34 0 62 3A 5C 60 15
Octal 63 153 2 64 0 142 72 134 140 25
Binary 110011 1101011 10 110100 0 1100010 111010 1011100 1100000 10101

Color Harmonies of #336B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336B02

Black with #336B02

Text Example


Text Example

White with #336B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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