Html Css Color HEX #3C7321 Bilbao

📋 copy color: '#3C7321'

red 60 ◦ green 115 ◦ blue 33

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

Shades of Bilbao #3C7321

Tints of Bilbao #3C7321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.87%

R = 28.85%
G = 55.29%
B = 15.87%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#3C7321 (or 0x3C7321) is known color: Bilbao. HEX triplet: 3C, 73 and 21. RGB value is (60,115,33). Sum of RGB (Red+Green+Blue) = 60+115+33=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 115 (45.31% from 255 or 55.29% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 115 - color contains mainly: green. Hex color #3C7321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7321 is #C38CDE. Grayscale: #595959. Windows color (decimal): -12815583 or 2192188. OLE color: 2192188.

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

Color convert

RGB 60 115 33 -
CMYK 0.48 0 0.71 0.55
HSL 100.24º 0.55% 0.29% -
HSV(B) 100.24º 0.71% 0.45% -
XYZ 8.27 13.33 3.58 -
YUV 89.21 96.28 107.17 -
System Red Green Blue C M Y K H S L
Decimal 60 115 33 0.48 0 0.71 0.55 100.24 0.55 0.29
Hex 3C 73 21 30 0 47 37 64 37 1D
Octal 74 163 41 60 0 107 67 144 67 35
Binary 111100 1110011 100001 110000 0 1000111 110111 1100100 110111 11101

Color Harmonies of #3C7321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7321

Black with #3C7321

Text Example


Text Example

White with #3C7321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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