Html Css Color HEX #33711D Bilbao

📋 copy color: '#33711D'

red 51 ◦ green 113 ◦ blue 29

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

Shades of Bilbao #33711D

Tints of Bilbao #33711D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 58.55%

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

R = 26.42%
G = 58.55%
B = 15.03%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#33711D (or 0x33711D) is known color: Bilbao. HEX triplet: 33, 71 and 1D. RGB value is (51,113,29). Sum of RGB (Red+Green+Blue) = 51+113+29=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 113 (44.53% from 255 or 58.55% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 113 - color contains mainly: green. Hex color #33711D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33711D is #CC8EE2. Grayscale: #555555. Windows color (decimal): -13405923 or 1929523. OLE color: 1929523.

HSL color Cylindrical-coordinate representation of color #33711D: hue angle of 104.29º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33711D is Cyan = 0.55, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 113 29 -
CMYK 0.55 0 0.74 0.56
HSL 104.29º 0.59% 0.28% -
HSV(B) 104.29º 0.74% 0.44% -
XYZ 7.49 12.6 3.2 -
YUV 84.89 96.46 103.83 -
System Red Green Blue C M Y K H S L
Decimal 51 113 29 0.55 0 0.74 0.56 104.29 0.59 0.28
Hex 33 71 1D 37 0 4A 38 68 3B 1C
Octal 63 161 35 67 0 112 70 150 73 34
Binary 110011 1110001 11101 110111 0 1001010 111000 1101000 111011 11100

Color Harmonies of #33711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33711D

Black with #33711D

Text Example


Text Example

White with #33711D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33711D; }

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

 H1.HeaderClassName
 {
   color: #33711D;
 }
 .AnyTagClassName
 {
   color: #33711D;
 }
</style>

background-color css

<style>
 a { background-color: #33711D; }

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

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

border-color css

<style>
 span { border-color: #33711D; }

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

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