Html Css Color HEX #3C7428 Bilbao

📋 copy color: '#3C7428'

red 60 ◦ green 116 ◦ blue 40

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

Shades of Bilbao #3C7428

Tints of Bilbao #3C7428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 53.7%

 BLUE value IS 40 (16.02% from 255) = 18.52%

R = 27.78%
G = 53.7%
B = 18.52%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#3C7428 (or 0x3C7428) is known color: Bilbao. HEX triplet: 3C, 74 and 28. RGB value is (60,116,40). Sum of RGB (Red+Green+Blue) = 60+116+40=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 116 (45.70% from 255 or 53.70% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 116 - color contains mainly: green. Hex color #3C7428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7428 is #C38BD7. Grayscale: #5A5A5A. Windows color (decimal): -12815320 or 2651196. OLE color: 2651196.

HSL color Cylindrical-coordinate representation of color #3C7428: hue angle of 104.21º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C7428 is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 116 40 -
CMYK 0.48 0 0.66 0.55
HSL 104.21º 0.49% 0.31% -
HSV(B) 104.21º 0.66% 0.45% -
XYZ 8.49 13.6 4.19 -
YUV 90.59 99.45 106.18 -
System Red Green Blue C M Y K H S L
Decimal 60 116 40 0.48 0 0.66 0.55 104.21 0.49 0.31
Hex 3C 74 28 30 0 42 37 68 31 1F
Octal 74 164 50 60 0 102 67 150 61 37
Binary 111100 1110100 101000 110000 0 1000010 110111 1101000 110001 11111

Color Harmonies of #3C7428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7428

Black with #3C7428

Text Example


Text Example

White with #3C7428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,116,40); }

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

background-color css

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

 a { background-color: rgb(60,116,40); }

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

border-color css

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

 span { border-color: rgb(60,116,40); }

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