Html Css Color HEX #336D04 Bilbao

📋 copy color: '#336D04'

red 51 ◦ green 109 ◦ blue 4

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

Shades of Bilbao #336D04

Tints of Bilbao #336D04

RGB

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

 GREEN value IS 109 (42.97% from 255) = 66.46%

 BLUE value IS 4 (1.95% from 255) = 2.44%

R = 31.1%
G = 66.46%
B = 2.44%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.96

 K value IS 0.57

RGB Variations

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

Color information

#336D04 (or 0x336D04) is known color: Bilbao. HEX triplet: 33, 6D and 04. RGB value is (51,109,4). Sum of RGB (Red+Green+Blue) = 51+109+4=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 109 (42.97% from 255 or 66.46% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 109 - color contains mainly: green. Hex color #336D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336D04 is #CC92FB. Grayscale: #505050. Windows color (decimal): -13406972 or 290099. OLE color: 290099.

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

Color convert

RGB 51 109 4 -
CMYK 0.53 0 0.96 0.57
HSL 93.14º 0.93% 0.22% -
HSV(B) 93.14º 0.96% 0.43% -
XYZ 6.86 11.65 2 -
YUV 79.69 85.28 107.54 -
System Red Green Blue C M Y K H S L
Decimal 51 109 4 0.53 0 0.96 0.57 93.14 0.93 0.22
Hex 33 6D 4 35 0 60 39 5D 5D 16
Octal 63 155 4 65 0 140 71 135 135 26
Binary 110011 1101101 100 110101 0 1100000 111001 1011101 1011101 10110

Color Harmonies of #336D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336D04

Black with #336D04

Text Example


Text Example

White with #336D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,109,4); }

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

background-color css

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

 a { background-color: rgb(51,109,4); }

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

border-color css

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

 span { border-color: rgb(51,109,4); }

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