Html Css Color HEX #33741D Bilbao

📋 copy color: '#33741D'

red 51 ◦ green 116 ◦ blue 29

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

Shades of Bilbao #33741D

Tints of Bilbao #33741D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 59.18%

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

R = 26.02%
G = 59.18%
B = 14.8%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#33741D (or 0x33741D) is known color: Bilbao. HEX triplet: 33, 74 and 1D. RGB value is (51,116,29). Sum of RGB (Red+Green+Blue) = 51+116+29=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 116 (45.70% from 255 or 59.18% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 116 - color contains mainly: green. Hex color #33741D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33741D is #CC8BE2. Grayscale: #565656. Windows color (decimal): -13405155 or 1930291. OLE color: 1930291.

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

Color convert

RGB 51 116 29 -
CMYK 0.56 0 0.75 0.55
HSL 104.83º 0.6% 0.28% -
HSV(B) 104.83º 0.75% 0.45% -
XYZ 7.83 13.28 3.31 -
YUV 86.65 95.47 102.57 -
System Red Green Blue C M Y K H S L
Decimal 51 116 29 0.56 0 0.75 0.55 104.83 0.6 0.28
Hex 33 74 1D 38 0 4B 37 69 3C 1C
Octal 63 164 35 70 0 113 67 151 74 34
Binary 110011 1110100 11101 111000 0 1001011 110111 1101001 111100 11100

Color Harmonies of #33741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33741D

Black with #33741D

Text Example


Text Example

White with #33741D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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