Html Css Color HEX #3C8525 Bilbao

📋 copy color: '#3C8525'

red 60 ◦ green 133 ◦ blue 37

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

Shades of Bilbao #3C8525

Tints of Bilbao #3C8525

RGB

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

 GREEN value IS 133 (52.34% from 255) = 57.83%

 BLUE value IS 37 (14.84% from 255) = 16.09%

R = 26.09%
G = 57.83%
B = 16.09%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#3C8525 (or 0x3C8525) is known color: Bilbao. HEX triplet: 3C, 85 and 25. RGB value is (60,133,37). Sum of RGB (Red+Green+Blue) = 60+133+37=230 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.09% from 230); Green value is 133 (52.34% from 255 or 57.83% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 133 - color contains mainly: green. Hex color #3C8525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8525 is #C37ADA. Grayscale: #646464. Windows color (decimal): -12810971 or 2458940. OLE color: 2458940.

HSL color Cylindrical-coordinate representation of color #3C8525: hue angle of 105.62º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C8525 is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 60 133 37 -
CMYK 0.55 0 0.72 0.48
HSL 105.63º 0.56% 0.33% -
HSV(B) 105.63º 0.72% 0.52% -
XYZ 10.58 17.87 4.64 -
YUV 100.23 92.32 99.31 -
System Red Green Blue C M Y K H S L
Decimal 60 133 37 0.55 0 0.72 0.48 105.63 0.56 0.33
Hex 3C 85 25 37 0 48 30 6A 38 21
Octal 74 205 45 67 0 110 60 152 70 41
Binary 111100 10000101 100101 110111 0 1001000 110000 1101010 111000 100001

Color Harmonies of #3C8525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8525

Black with #3C8525

Text Example


Text Example

White with #3C8525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,133,37); }

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

background-color css

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

 a { background-color: rgb(60,133,37); }

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

border-color css

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

 span { border-color: rgb(60,133,37); }

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