Html Css Color HEX #3C840E Bilbao

📋 copy color: '#3C840E'

red 60 ◦ green 132 ◦ blue 14

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

Shades of Bilbao #3C840E

Tints of Bilbao #3C840E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 64.08%

 BLUE value IS 14 (5.86% from 255) = 6.8%

R = 29.13%
G = 64.08%
B = 6.8%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#3C840E (or 0x3C840E) is known color: Bilbao. HEX triplet: 3C, 84 and 0E. RGB value is (60,132,14). Sum of RGB (Red+Green+Blue) = 60+132+14=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 132 (51.95% from 255 or 64.08% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 132 - color contains mainly: green. Hex color #3C840E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C840E is #C37BF1. Grayscale: #616161. Windows color (decimal): -12811250 or 951356. OLE color: 951356.

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

Color convert

RGB 60 132 14 -
CMYK 0.55 0 0.89 0.48
HSL 96.61º 0.81% 0.29% -
HSV(B) 96.61º 0.89% 0.52% -
XYZ 10.19 17.49 3.26 -
YUV 97.02 81.15 101.59 -
System Red Green Blue C M Y K H S L
Decimal 60 132 14 0.55 0 0.89 0.48 96.61 0.81 0.29
Hex 3C 84 E 37 0 59 30 61 51 1D
Octal 74 204 16 67 0 131 60 141 121 35
Binary 111100 10000100 1110 110111 0 1011001 110000 1100001 1010001 11101

Color Harmonies of #3C840E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C840E

Black with #3C840E

Text Example


Text Example

White with #3C840E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,132,14); }

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

background-color css

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

 a { background-color: rgb(60,132,14); }

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

border-color css

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

 span { border-color: rgb(60,132,14); }

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