Html Css Color HEX #336C02 Bilbao

📋 copy color: '#336C02'

red 51 ◦ green 108 ◦ blue 2

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

Shades of Bilbao #336C02

Tints of Bilbao #336C02

RGB

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

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

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

R = 31.68%
G = 67.08%
B = 1.24%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#336C02 (or 0x336C02) is known color: Bilbao. HEX triplet: 33, 6C and 02. RGB value is (51,108,2). Sum of RGB (Red+Green+Blue) = 51+108+2=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 108 (42.58% from 255 or 67.08% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 108 - color contains mainly: green. Hex color #336C02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336C02 is #CC93FD. Grayscale: #4F4F4F. Windows color (decimal): -13407230 or 158771. OLE color: 158771.

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

Color convert

RGB 51 108 2 -
CMYK 0.53 0 0.98 0.58
HSL 92.26º 0.96% 0.22% -
HSV(B) 92.26º 0.98% 0.42% -
XYZ 6.74 11.43 1.91 -
YUV 78.87 84.62 108.12 -
System Red Green Blue C M Y K H S L
Decimal 51 108 2 0.53 0 0.98 0.58 92.26 0.96 0.22
Hex 33 6C 2 35 0 62 3A 5C 60 16
Octal 63 154 2 65 0 142 72 134 140 26
Binary 110011 1101100 10 110101 0 1100010 111010 1011100 1100000 10110

Color Harmonies of #336C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336C02

Black with #336C02

Text Example


Text Example

White with #336C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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