Html Css Color HEX #3B8601 Bilbao

📋 copy color: '#3B8601'

red 59 ◦ green 134 ◦ blue 1

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

Shades of Bilbao #3B8601

Tints of Bilbao #3B8601

RGB

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

 GREEN value IS 134 (52.73% from 255) = 69.07%

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 30.41%
G = 69.07%
B = 0.52%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#3B8601 (or 0x3B8601) is known color: Bilbao. HEX triplet: 3B, 86 and 01. RGB value is (59,134,1). Sum of RGB (Red+Green+Blue) = 59+134+1=194 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.41% from 194); Green value is 134 (52.73% from 255 or 69.07% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 134 - color contains mainly: green. Hex color #3B8601 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3B8601 is #C479FE. Grayscale: #606060. Windows color (decimal): -12876287 or 99899. OLE color: 99899.

HSL color Cylindrical-coordinate representation of color #3B8601: hue angle of 93.83º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B8601 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 59 134 1 -
CMYK 0.56 0 0.99 0.47
HSL 93.83º 0.99% 0.26% -
HSV(B) 93.83º 0.99% 0.53% -
XYZ 10.33 17.98 2.95 -
YUV 96.41 74.15 101.31 -
System Red Green Blue C M Y K H S L
Decimal 59 134 1 0.56 0 0.99 0.47 93.83 0.99 0.26
Hex 3B 86 1 38 0 63 2F 5E 63 1A
Octal 73 206 1 70 0 143 57 136 143 32
Binary 111011 10000110 1 111000 0 1100011 101111 1011110 1100011 11010

Color Harmonies of #3B8601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8601

Black with #3B8601

Text Example


Text Example

White with #3B8601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,134,1); }

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

background-color css

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

 a { background-color: rgb(59,134,1); }

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

border-color css

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

 span { border-color: rgb(59,134,1); }

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