Html Css Color HEX #3C7329 Bilbao

📋 copy color: '#3C7329'

red 60 ◦ green 115 ◦ blue 41

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

Shades of Bilbao #3C7329

Tints of Bilbao #3C7329

RGB

 RED value IS 60 (23.83% from 255) = 27.78%

 GREEN value IS 115 (45.31% from 255) = 53.24%

 BLUE value IS 41 (16.41% from 255) = 18.98%

R = 27.78%
G = 53.24%
B = 18.98%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#3C7329 (or 0x3C7329) is known color: Bilbao. HEX triplet: 3C, 73 and 29. RGB value is (60,115,41). Sum of RGB (Red+Green+Blue) = 60+115+41=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 115 (45.31% from 255 or 53.24% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 115 - color contains mainly: green. Hex color #3C7329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7329 is #C38CD6. Grayscale: #5A5A5A. Windows color (decimal): -12815575 or 2716476. OLE color: 2716476.

HSL color Cylindrical-coordinate representation of color #3C7329: hue angle of 104.59º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C7329 is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 115 41 -
CMYK 0.48 0 0.64 0.55
HSL 104.59º 0.47% 0.31% -
HSV(B) 104.59º 0.64% 0.45% -
XYZ 8.39 13.38 4.24 -
YUV 90.12 100.28 106.52 -
System Red Green Blue C M Y K H S L
Decimal 60 115 41 0.48 0 0.64 0.55 104.59 0.47 0.31
Hex 3C 73 29 30 0 40 37 69 2F 1F
Octal 74 163 51 60 0 100 67 151 57 37
Binary 111100 1110011 101001 110000 0 1000000 110111 1101001 101111 11111

Color Harmonies of #3C7329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7329

Black with #3C7329

Text Example


Text Example

White with #3C7329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C7329; }

 p { color: rgb(60,115,41); }

 H1.HeaderClassName
 {
   color: #3C7329;
 }
 .AnyTagClassName
 {
   color: #3C7329;
 }
</style>

background-color css

<style>
 a { background-color: #3C7329; }

 a { background-color: rgb(60,115,41); }

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

border-color css

<style>
 span { border-color: #3C7329; }

 span { border-color: rgb(60,115,41); }

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