Html Css Color HEX #3C7530 Bilbao

📋 copy color: '#3C7530'

red 60 ◦ green 117 ◦ blue 48

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

Shades of Bilbao #3C7530

Tints of Bilbao #3C7530

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52%

 BLUE value IS 48 (19.14% from 255) = 21.33%

R = 26.67%
G = 52%
B = 21.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#3C7530 (or 0x3C7530) is known color: Bilbao. HEX triplet: 3C, 75 and 30. RGB value is (60,117,48). Sum of RGB (Red+Green+Blue) = 60+117+48=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #3C7530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7530 is #C38ACF. Grayscale: #5C5C5C. Windows color (decimal): -12815056 or 3175740. OLE color: 3175740.

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

Color convert

RGB 60 117 48 -
CMYK 0.49 0 0.59 0.54
HSL 109.57º 0.42% 0.32% -
HSV(B) 109.57º 0.59% 0.46% -
XYZ 8.76 13.9 5.02 -
YUV 92.09 103.12 105.11 -
System Red Green Blue C M Y K H S L
Decimal 60 117 48 0.49 0 0.59 0.54 109.57 0.42 0.32
Hex 3C 75 30 31 0 3B 36 6E 2A 20
Octal 74 165 60 61 0 73 66 156 52 40
Binary 111100 1110101 110000 110001 0 111011 110110 1101110 101010 100000

Color Harmonies of #3C7530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7530

Black with #3C7530

Text Example


Text Example

White with #3C7530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,117,48); }

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

background-color css

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

 a { background-color: rgb(60,117,48); }

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

border-color css

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

 span { border-color: rgb(60,117,48); }

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