Html Css Color HEX #3B701C Bilbao

📋 copy color: '#3B701C'

red 59 ◦ green 112 ◦ blue 28

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

Shades of Bilbao #3B701C

Tints of Bilbao #3B701C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 56.28%

 BLUE value IS 28 (11.33% from 255) = 14.07%

R = 29.65%
G = 56.28%
B = 14.07%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#3B701C (or 0x3B701C) is known color: Bilbao. HEX triplet: 3B, 70 and 1C. RGB value is (59,112,28). Sum of RGB (Red+Green+Blue) = 59+112+28=199 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.65% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #3B701C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B701C is #C48FE3. Grayscale: #565656. Windows color (decimal): -12881892 or 1863739. OLE color: 1863739.

HSL color Cylindrical-coordinate representation of color #3B701C: hue angle of 97.86º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B701C is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 59 112 28 -
CMYK 0.47 0 0.75 0.56
HSL 97.86º 0.6% 0.27% -
HSV(B) 97.86º 0.75% 0.44% -
XYZ 7.81 12.6 3.12 -
YUV 86.58 94.94 108.33 -
System Red Green Blue C M Y K H S L
Decimal 59 112 28 0.47 0 0.75 0.56 97.86 0.6 0.27
Hex 3B 70 1C 2F 0 4B 38 62 3C 1B
Octal 73 160 34 57 0 113 70 142 74 33
Binary 111011 1110000 11100 101111 0 1001011 111000 1100010 111100 11011

Color Harmonies of #3B701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B701C

Black with #3B701C

Text Example


Text Example

White with #3B701C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,112,28); }

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

background-color css

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

 a { background-color: rgb(59,112,28); }

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

border-color css

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

 span { border-color: rgb(59,112,28); }

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