Html Css Color HEX #3C8900 Bilbao

📋 copy color: '#3C8900'

red 60 ◦ green 137 ◦ blue 0

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

Shades of Bilbao #3C8900

Tints of Bilbao #3C8900

RGB

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

 GREEN value IS 137 (53.91% from 255) = 69.54%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 30.46%
G = 69.54%
B = 0%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#3C8900 (or 0x3C8900) is known color: Bilbao. HEX triplet: 3C, 89 and 00. RGB value is (60,137,0). Sum of RGB (Red+Green+Blue) = 60+137+0=197 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.46% from 197); Green value is 137 (53.91% from 255 or 69.54% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 137 - color contains mainly: green. Hex color #3C8900 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C8900 is #C376FF. Grayscale: #626262. Windows color (decimal): -12809984 or 35132. OLE color: 35132.

HSL color Cylindrical-coordinate representation of color #3C8900: hue angle of 93.72º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C8900 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 137 0 -
CMYK 0.56 0 1 0.46
HSL 93.72º 1% 0.27% -
HSV(B) 93.72º 1% 0.54% -
XYZ 10.81 18.85 3.07 -
YUV 98.36 72.49 100.64 -
System Red Green Blue C M Y K H S L
Decimal 60 137 0 0.56 0 1 0.46 93.72 1 0.27
Hex 3C 89 0 38 0 64 2E 5E 64 1B
Octal 74 211 0 70 0 144 56 136 144 33
Binary 111100 10001001 0 111000 0 1100100 101110 1011110 1100100 11011

Color Harmonies of #3C8900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8900

Black with #3C8900

Text Example


Text Example

White with #3C8900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,137,0); }

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

background-color css

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

 a { background-color: rgb(60,137,0); }

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

border-color css

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

 span { border-color: rgb(60,137,0); }

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