Html Css Color HEX #3B8525 Bilbao

📋 copy color: '#3B8525'

red 59 ◦ green 133 ◦ blue 37

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

Shades of Bilbao #3B8525

Tints of Bilbao #3B8525

RGB

 RED value IS 59 (23.44% from 255) = 25.76%

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

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

R = 25.76%
G = 58.08%
B = 16.16%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#3B8525 (or 0x3B8525) is known color: Bilbao. HEX triplet: 3B, 85 and 25. RGB value is (59,133,37). Sum of RGB (Red+Green+Blue) = 59+133+37=229 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.76% from 229); Green value is 133 (52.34% from 255 or 58.08% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 133 - color contains mainly: green. Hex color #3B8525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B8525 is #C47ADA. Grayscale: #646464. Windows color (decimal): -12876507 or 2458939. OLE color: 2458939.

HSL color Cylindrical-coordinate representation of color #3B8525: hue angle of 106.25º 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 #3B8525 is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 59 133 37 -
CMYK 0.56 0 0.72 0.48
HSL 106.25º 0.56% 0.33% -
HSV(B) 106.25º 0.72% 0.52% -
XYZ 10.53 17.84 4.64 -
YUV 99.93 92.48 98.81 -
System Red Green Blue C M Y K H S L
Decimal 59 133 37 0.56 0 0.72 0.48 106.25 0.56 0.33
Hex 3B 85 25 38 0 48 30 6A 38 21
Octal 73 205 45 70 0 110 60 152 70 41
Binary 111011 10000101 100101 111000 0 1001000 110000 1101010 111000 100001

Color Harmonies of #3B8525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8525

Black with #3B8525

Text Example


Text Example

White with #3B8525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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