Html Css Color HEX #3C8614 Bilbao

📋 copy color: '#3C8614'

red 60 ◦ green 134 ◦ blue 20

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

Shades of Bilbao #3C8614

Tints of Bilbao #3C8614

RGB

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

 GREEN value IS 134 (52.73% from 255) = 62.62%

 BLUE value IS 20 (8.2% from 255) = 9.35%

R = 28.04%
G = 62.62%
B = 9.35%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#3C8614 (or 0x3C8614) is known color: Bilbao. HEX triplet: 3C, 86 and 14. RGB value is (60,134,20). Sum of RGB (Red+Green+Blue) = 60+134+20=214 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.04% from 214); Green value is 134 (52.73% from 255 or 62.62% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 134 - color contains mainly: green. Hex color #3C8614 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C8614 is #C379EB. Grayscale: #636363. Windows color (decimal): -12810732 or 1345084. OLE color: 1345084.

HSL color Cylindrical-coordinate representation of color #3C8614: hue angle of 98.95º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C8614 is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 60 134 20 -
CMYK 0.55 0 0.85 0.47
HSL 98.95º 0.74% 0.3% -
HSV(B) 98.95º 0.85% 0.53% -
XYZ 10.51 18.06 3.59 -
YUV 98.88 83.48 100.27 -
System Red Green Blue C M Y K H S L
Decimal 60 134 20 0.55 0 0.85 0.47 98.95 0.74 0.3
Hex 3C 86 14 37 0 55 2F 63 4A 1E
Octal 74 206 24 67 0 125 57 143 112 36
Binary 111100 10000110 10100 110111 0 1010101 101111 1100011 1001010 11110

Color Harmonies of #3C8614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8614

Black with #3C8614

Text Example


Text Example

White with #3C8614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,134,20); }

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

background-color css

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

 a { background-color: rgb(60,134,20); }

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

border-color css

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

 span { border-color: rgb(60,134,20); }

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