Html Css Color HEX #3C7510 Bilbao

📋 copy color: '#3C7510'

red 60 ◦ green 117 ◦ blue 16

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

Shades of Bilbao #3C7510

Tints of Bilbao #3C7510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.29%

R = 31.09%
G = 60.62%
B = 8.29%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#3C7510 (or 0x3C7510) is known color: Bilbao. HEX triplet: 3C, 75 and 10. RGB value is (60,117,16). Sum of RGB (Red+Green+Blue) = 60+117+16=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 117 (46.09% from 255 or 60.62% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 117 - color contains mainly: green. Hex color #3C7510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7510 is #C38AEF. Grayscale: #585858. Windows color (decimal): -12815088 or 1078588. OLE color: 1078588.

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

Color convert

RGB 60 117 16 -
CMYK 0.49 0 0.86 0.54
HSL 93.86º 0.76% 0.26% -
HSV(B) 93.86º 0.86% 0.46% -
XYZ 8.32 13.72 2.7 -
YUV 88.44 87.12 107.71 -
System Red Green Blue C M Y K H S L
Decimal 60 117 16 0.49 0 0.86 0.54 93.86 0.76 0.26
Hex 3C 75 10 31 0 56 36 5E 4C 1A
Octal 74 165 20 61 0 126 66 136 114 32
Binary 111100 1110101 10000 110001 0 1010110 110110 1011110 1001100 11010

Color Harmonies of #3C7510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7510

Black with #3C7510

Text Example


Text Example

White with #3C7510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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