Html Css Color HEX #3C780A Bilbao

📋 copy color: '#3C780A'

red 60 ◦ green 120 ◦ blue 10

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

Shades of Bilbao #3C780A

Tints of Bilbao #3C780A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 63.16%

 BLUE value IS 10 (4.3% from 255) = 5.26%

R = 31.58%
G = 63.16%
B = 5.26%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#3C780A (or 0x3C780A) is known color: Bilbao. HEX triplet: 3C, 78 and 0A. RGB value is (60,120,10). Sum of RGB (Red+Green+Blue) = 60+120+10=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 120 (47.27% from 255 or 63.16% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 120 - color contains mainly: green. Hex color #3C780A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C780A is #C387F5. Grayscale: #595959. Windows color (decimal): -12814326 or 686140. OLE color: 686140.

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

Color convert

RGB 60 120 10 -
CMYK 0.5 0 0.92 0.53
HSL 92.73º 0.85% 0.25% -
HSV(B) 92.73º 0.92% 0.47% -
XYZ 8.63 14.42 2.61 -
YUV 89.52 83.12 106.94 -
System Red Green Blue C M Y K H S L
Decimal 60 120 10 0.5 0 0.92 0.53 92.73 0.85 0.25
Hex 3C 78 A 32 0 5C 35 5D 55 19
Octal 74 170 12 62 0 134 65 135 125 31
Binary 111100 1111000 1010 110010 0 1011100 110101 1011101 1010101 11001

Color Harmonies of #3C780A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C780A

Black with #3C780A

Text Example


Text Example

White with #3C780A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,120,10); }

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

background-color css

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

 a { background-color: rgb(60,120,10); }

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

border-color css

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

 span { border-color: rgb(60,120,10); }

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