Html Css Color HEX #3C740E Bilbao

📋 copy color: '#3C740E'

red 60 ◦ green 116 ◦ blue 14

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

Shades of Bilbao #3C740E

Tints of Bilbao #3C740E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 61.05%

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

R = 31.58%
G = 61.05%
B = 7.37%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#3C740E (or 0x3C740E) is known color: Bilbao. HEX triplet: 3C, 74 and 0E. RGB value is (60,116,14). Sum of RGB (Red+Green+Blue) = 60+116+14=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 116 (45.70% from 255 or 61.05% from 190); Blue value is 14 (5.86% from 255 or 7.37% from 190); Max value from RGB is 116 - color contains mainly: green. Hex color #3C740E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C740E is #C38BF1. Grayscale: #575757. Windows color (decimal): -12815346 or 947260. OLE color: 947260.

HSL color Cylindrical-coordinate representation of color #3C740E: hue angle of 92.94º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C740E is Cyan = 0.48, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 116 14 -
CMYK 0.48 0 0.88 0.55
HSL 92.94º 0.78% 0.25% -
HSV(B) 92.94º 0.88% 0.45% -
XYZ 8.19 13.48 2.59 -
YUV 87.63 86.45 108.29 -
System Red Green Blue C M Y K H S L
Decimal 60 116 14 0.48 0 0.88 0.55 92.94 0.78 0.25
Hex 3C 74 E 30 0 58 37 5D 4E 19
Octal 74 164 16 60 0 130 67 135 116 31
Binary 111100 1110100 1110 110000 0 1011000 110111 1011101 1001110 11001

Color Harmonies of #3C740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C740E

Black with #3C740E

Text Example


Text Example

White with #3C740E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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