Html Css Color HEX #3C7F1C Bilbao

📋 copy color: '#3C7F1C'

red 60 ◦ green 127 ◦ blue 28

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

Shades of Bilbao #3C7F1C

Tints of Bilbao #3C7F1C

RGB

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

 GREEN value IS 127 (50% from 255) = 59.07%

 BLUE value IS 28 (11.33% from 255) = 13.02%

R = 27.91%
G = 59.07%
B = 13.02%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#3C7F1C (or 0x3C7F1C) is known color: Bilbao. HEX triplet: 3C, 7F and 1C. RGB value is (60,127,28). Sum of RGB (Red+Green+Blue) = 60+127+28=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 127 (50% from 255 or 59.07% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 127 - color contains mainly: green. Hex color #3C7F1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7F1C is #C380E3. Grayscale: #606060. Windows color (decimal): -12812516 or 1867580. OLE color: 1867580.

HSL color Cylindrical-coordinate representation of color #3C7F1C: hue angle of 100.61º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C7F1C is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB 60 127 28 -
CMYK 0.53 0 0.78 0.50
HSL 100.61º 0.64% 0.3% -
HSV(B) 100.61º 0.78% 0.5% -
XYZ 9.66 16.22 3.72 -
YUV 95.68 89.8 102.55 -
System Red Green Blue C M Y K H S L
Decimal 60 127 28 0.53 0 0.78 0.50 100.61 0.64 0.3
Hex 3C 7F 1C 35 0 4E 32 65 40 1E
Octal 74 177 34 65 0 116 62 145 100 36
Binary 111100 1111111 11100 110101 0 1001110 110010 1100101 1000000 11110

Color Harmonies of #3C7F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7F1C

Black with #3C7F1C

Text Example


Text Example

White with #3C7F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,127,28); }

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

background-color css

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

 a { background-color: rgb(60,127,28); }

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

border-color css

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

 span { border-color: rgb(60,127,28); }

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