Html Css Color HEX #33771D Bilbao

📋 copy color: '#33771D'

red 51 ◦ green 119 ◦ blue 29

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

Shades of Bilbao #33771D

Tints of Bilbao #33771D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 59.8%

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

R = 25.63%
G = 59.8%
B = 14.57%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#33771D (or 0x33771D) is known color: Bilbao. HEX triplet: 33, 77 and 1D. RGB value is (51,119,29). Sum of RGB (Red+Green+Blue) = 51+119+29=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 119 (46.88% from 255 or 59.80% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 119 - color contains mainly: green. Hex color #33771D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33771D is #CC88E2. Grayscale: #585858. Windows color (decimal): -13404387 or 1931059. OLE color: 1931059.

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

Color convert

RGB 51 119 29 -
CMYK 0.57 0 0.76 0.53
HSL 105.33º 0.61% 0.29% -
HSV(B) 105.33º 0.76% 0.47% -
XYZ 8.18 13.99 3.43 -
YUV 88.41 94.47 101.32 -
System Red Green Blue C M Y K H S L
Decimal 51 119 29 0.57 0 0.76 0.53 105.33 0.61 0.29
Hex 33 77 1D 39 0 4C 35 69 3D 1D
Octal 63 167 35 71 0 114 65 151 75 35
Binary 110011 1110111 11101 111001 0 1001100 110101 1101001 111101 11101

Color Harmonies of #33771D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33771D

Black with #33771D

Text Example


Text Example

White with #33771D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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