Html Css Color HEX #3A7601 Bilbao

📋 copy color: '#3A7601'

red 58 ◦ green 118 ◦ blue 1

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

Shades of Bilbao #3A7601

Tints of Bilbao #3A7601

RGB

 RED value IS 58 (23.05% from 255) = 32.77%

 GREEN value IS 118 (46.48% from 255) = 66.67%

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

R = 32.77%
G = 66.67%
B = 0.56%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#3A7601 (or 0x3A7601) is known color: Bilbao. HEX triplet: 3A, 76 and 01. RGB value is (58,118,1). Sum of RGB (Red+Green+Blue) = 58+118+1=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 118 (46.48% from 255 or 66.67% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 118 - color contains mainly: green. Hex color #3A7601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7601 is #C589FE. Grayscale: #575757. Windows color (decimal): -12945919 or 95802. OLE color: 95802.

HSL color Cylindrical-coordinate representation of color #3A7601: hue angle of 90.77º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A7601 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 118 1 -
CMYK 0.51 0 0.99 0.54
HSL 90.77º 0.98% 0.23% -
HSV(B) 90.77º 0.99% 0.46% -
XYZ 8.23 13.86 2.27 -
YUV 86.72 79.62 107.51 -
System Red Green Blue C M Y K H S L
Decimal 58 118 1 0.51 0 0.99 0.54 90.77 0.98 0.23
Hex 3A 76 1 33 0 63 36 5B 62 17
Octal 72 166 1 63 0 143 66 133 142 27
Binary 111010 1110110 1 110011 0 1100011 110110 1011011 1100010 10111

Color Harmonies of #3A7601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7601

Black with #3A7601

Text Example


Text Example

White with #3A7601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,118,1); }

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

background-color css

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

 a { background-color: rgb(58,118,1); }

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

border-color css

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

 span { border-color: rgb(58,118,1); }

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