Html Css Color HEX #3C8210 Bilbao

📋 copy color: '#3C8210'

red 60 ◦ green 130 ◦ blue 16

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

Shades of Bilbao #3C8210

Tints of Bilbao #3C8210

RGB

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

 GREEN value IS 130 (51.17% from 255) = 63.11%

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

R = 29.13%
G = 63.11%
B = 7.77%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#3C8210 (or 0x3C8210) is known color: Bilbao. HEX triplet: 3C, 82 and 10. RGB value is (60,130,16). Sum of RGB (Red+Green+Blue) = 60+130+16=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 130 (51.17% from 255 or 63.11% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 130 - color contains mainly: green. Hex color #3C8210 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C8210 is #C37DEF. Grayscale: #606060. Windows color (decimal): -12811760 or 1081916. OLE color: 1081916.

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

Color convert

RGB 60 130 16 -
CMYK 0.54 0 0.88 0.49
HSL 96.84º 0.78% 0.29% -
HSV(B) 96.84º 0.88% 0.51% -
XYZ 9.94 16.96 3.24 -
YUV 96.07 82.81 102.27 -
System Red Green Blue C M Y K H S L
Decimal 60 130 16 0.54 0 0.88 0.49 96.84 0.78 0.29
Hex 3C 82 10 36 0 58 31 61 4E 1D
Octal 74 202 20 66 0 130 61 141 116 35
Binary 111100 10000010 10000 110110 0 1011000 110001 1100001 1001110 11101

Color Harmonies of #3C8210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8210

Black with #3C8210

Text Example


Text Example

White with #3C8210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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