Html Css Color HEX #3C8819 Bilbao

📋 copy color: '#3C8819'

red 60 ◦ green 136 ◦ blue 25

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

Shades of Bilbao #3C8819

Tints of Bilbao #3C8819

RGB

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

 GREEN value IS 136 (53.52% from 255) = 61.54%

 BLUE value IS 25 (10.16% from 255) = 11.31%

R = 27.15%
G = 61.54%
B = 11.31%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#3C8819 (or 0x3C8819) is known color: Bilbao. HEX triplet: 3C, 88 and 19. RGB value is (60,136,25). Sum of RGB (Red+Green+Blue) = 60+136+25=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 136 (53.52% from 255 or 61.54% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 136 - color contains mainly: green. Hex color #3C8819 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C8819 is #C377E6. Grayscale: #646464. Windows color (decimal): -12810215 or 1673276. OLE color: 1673276.

HSL color Cylindrical-coordinate representation of color #3C8819: hue angle of 101.08º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C8819 is Cyan = 0.56, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 60 136 25 -
CMYK 0.56 0 0.82 0.47
HSL 101.08º 0.69% 0.32% -
HSV(B) 101.08º 0.82% 0.53% -
XYZ 10.84 18.64 3.95 -
YUV 100.62 85.32 99.03 -
System Red Green Blue C M Y K H S L
Decimal 60 136 25 0.56 0 0.82 0.47 101.08 0.69 0.32
Hex 3C 88 19 38 0 52 2F 65 45 20
Octal 74 210 31 70 0 122 57 145 105 40
Binary 111100 10001000 11001 111000 0 1010010 101111 1100101 1000101 100000

Color Harmonies of #3C8819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8819

Black with #3C8819

Text Example


Text Example

White with #3C8819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,136,25); }

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

background-color css

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

 a { background-color: rgb(60,136,25); }

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

border-color css

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

 span { border-color: rgb(60,136,25); }

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