Html Css Color HEX #33761D Bilbao

📋 copy color: '#33761D'

red 51 ◦ green 118 ◦ blue 29

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

Shades of Bilbao #33761D

Tints of Bilbao #33761D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 59.6%

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

R = 25.76%
G = 59.6%
B = 14.65%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#33761D (or 0x33761D) is known color: Bilbao. HEX triplet: 33, 76 and 1D. RGB value is (51,118,29). Sum of RGB (Red+Green+Blue) = 51+118+29=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 118 (46.48% from 255 or 59.60% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 118 - color contains mainly: green. Hex color #33761D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33761D is #CC89E2. Grayscale: #585858. Windows color (decimal): -13404643 or 1930803. OLE color: 1930803.

HSL color Cylindrical-coordinate representation of color #33761D: hue angle of 105.17º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33761D is Cyan = 0.57, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 118 29 -
CMYK 0.57 0 0.75 0.54
HSL 105.17º 0.61% 0.29% -
HSV(B) 105.17º 0.75% 0.46% -
XYZ 8.07 13.75 3.39 -
YUV 87.82 94.8 101.74 -
System Red Green Blue C M Y K H S L
Decimal 51 118 29 0.57 0 0.75 0.54 105.17 0.61 0.29
Hex 33 76 1D 39 0 4B 36 69 3D 1D
Octal 63 166 35 71 0 113 66 151 75 35
Binary 110011 1110110 11101 111001 0 1001011 110110 1101001 111101 11101

Color Harmonies of #33761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33761D

Black with #33761D

Text Example


Text Example

White with #33761D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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