Html Css Color HEX #3C7520 Bilbao

📋 copy color: '#3C7520'

red 60 ◦ green 117 ◦ blue 32

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

Shades of Bilbao #3C7520

Tints of Bilbao #3C7520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 55.98%

 BLUE value IS 32 (12.89% from 255) = 15.31%

R = 28.71%
G = 55.98%
B = 15.31%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#3C7520 (or 0x3C7520) is known color: Bilbao. HEX triplet: 3C, 75 and 20. RGB value is (60,117,32). Sum of RGB (Red+Green+Blue) = 60+117+32=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 117 (46.09% from 255 or 55.98% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 117 - color contains mainly: green. Hex color #3C7520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7520 is #C38ADF. Grayscale: #5A5A5A. Windows color (decimal): -12815072 or 2127164. OLE color: 2127164.

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

Color convert

RGB 60 117 32 -
CMYK 0.49 0 0.73 0.54
HSL 100.24º 0.57% 0.29% -
HSV(B) 100.24º 0.73% 0.46% -
XYZ 8.49 13.79 3.58 -
YUV 90.27 95.12 106.41 -
System Red Green Blue C M Y K H S L
Decimal 60 117 32 0.49 0 0.73 0.54 100.24 0.57 0.29
Hex 3C 75 20 31 0 49 36 64 39 1D
Octal 74 165 40 61 0 111 66 144 71 35
Binary 111100 1110101 100000 110001 0 1001001 110110 1100100 111001 11101

Color Harmonies of #3C7520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7520

Black with #3C7520

Text Example


Text Example

White with #3C7520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,117,32); }

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

background-color css

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

 a { background-color: rgb(60,117,32); }

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

border-color css

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

 span { border-color: rgb(60,117,32); }

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