Html Css Color HEX #3C760B Bilbao

📋 copy color: '#3C760B'

red 60 ◦ green 118 ◦ blue 11

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

Shades of Bilbao #3C760B

Tints of Bilbao #3C760B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 62.43%

 BLUE value IS 11 (4.69% from 255) = 5.82%

R = 31.75%
G = 62.43%
B = 5.82%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#3C760B (or 0x3C760B) is known color: Bilbao. HEX triplet: 3C, 76 and 0B. RGB value is (60,118,11). Sum of RGB (Red+Green+Blue) = 60+118+11=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 118 (46.48% from 255 or 62.43% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 118 - color contains mainly: green. Hex color #3C760B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C760B is #C389F4. Grayscale: #585858. Windows color (decimal): -12814837 or 751164. OLE color: 751164.

HSL color Cylindrical-coordinate representation of color #3C760B: hue angle of 92.52º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C760B is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 60 118 11 -
CMYK 0.49 0 0.91 0.54
HSL 92.52º 0.83% 0.25% -
HSV(B) 92.52º 0.91% 0.46% -
XYZ 8.4 13.94 2.56 -
YUV 88.46 84.28 107.7 -
System Red Green Blue C M Y K H S L
Decimal 60 118 11 0.49 0 0.91 0.54 92.52 0.83 0.25
Hex 3C 76 B 31 0 5B 36 5D 53 19
Octal 74 166 13 61 0 133 66 135 123 31
Binary 111100 1110110 1011 110001 0 1011011 110110 1011101 1010011 11001

Color Harmonies of #3C760B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C760B

Black with #3C760B

Text Example


Text Example

White with #3C760B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,118,11); }

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

background-color css

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

 a { background-color: rgb(60,118,11); }

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

border-color css

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

 span { border-color: rgb(60,118,11); }

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