Html Css Color HEX #3C770E Bilbao

📋 copy color: '#3C770E'

red 60 ◦ green 119 ◦ blue 14

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

Shades of Bilbao #3C770E

Tints of Bilbao #3C770E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 61.66%

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

R = 31.09%
G = 61.66%
B = 7.25%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#3C770E (or 0x3C770E) is known color: Bilbao. HEX triplet: 3C, 77 and 0E. RGB value is (60,119,14). Sum of RGB (Red+Green+Blue) = 60+119+14=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 119 (46.88% from 255 or 61.66% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 119 - color contains mainly: green. Hex color #3C770E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C770E is #C388F1. Grayscale: #595959. Windows color (decimal): -12814578 or 948028. OLE color: 948028.

HSL color Cylindrical-coordinate representation of color #3C770E: hue angle of 93.71º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C770E is Cyan = 0.50, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 60 119 14 -
CMYK 0.50 0 0.88 0.53
HSL 93.71º 0.79% 0.26% -
HSV(B) 93.71º 0.88% 0.47% -
XYZ 8.54 14.19 2.7 -
YUV 89.39 85.45 107.04 -
System Red Green Blue C M Y K H S L
Decimal 60 119 14 0.50 0 0.88 0.53 93.71 0.79 0.26
Hex 3C 77 E 32 0 58 35 5E 4F 1A
Octal 74 167 16 62 0 130 65 136 117 32
Binary 111100 1110111 1110 110010 0 1011000 110101 1011110 1001111 11010

Color Harmonies of #3C770E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C770E

Black with #3C770E

Text Example


Text Example

White with #3C770E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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