Html Css Color HEX #336C1D Bilbao

📋 copy color: '#336C1D'

red 51 ◦ green 108 ◦ blue 29

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

Shades of Bilbao #336C1D

Tints of Bilbao #336C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.43%

R = 27.13%
G = 57.45%
B = 15.43%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#336C1D (or 0x336C1D) is known color: Bilbao. HEX triplet: 33, 6C and 1D. RGB value is (51,108,29). Sum of RGB (Red+Green+Blue) = 51+108+29=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 108 (42.58% from 255 or 57.45% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 108 - color contains mainly: green. Hex color #336C1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336C1D is #CC93E2. Grayscale: #525252. Windows color (decimal): -13407203 or 1928243. OLE color: 1928243.

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

Color convert

RGB 51 108 29 -
CMYK 0.53 0 0.73 0.58
HSL 103.29º 0.58% 0.27% -
HSV(B) 103.29º 0.73% 0.42% -
XYZ 6.95 11.52 3.02 -
YUV 81.95 98.12 105.92 -
System Red Green Blue C M Y K H S L
Decimal 51 108 29 0.53 0 0.73 0.58 103.29 0.58 0.27
Hex 33 6C 1D 35 0 49 3A 67 3A 1B
Octal 63 154 35 65 0 111 72 147 72 33
Binary 110011 1101100 11101 110101 0 1001001 111010 1100111 111010 11011

Color Harmonies of #336C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336C1D

Black with #336C1D

Text Example


Text Example

White with #336C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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