Html Css Color HEX #3B6F28 Bilbao

📋 copy color: '#3B6F28'

red 59 ◦ green 111 ◦ blue 40

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

Shades of Bilbao #3B6F28

Tints of Bilbao #3B6F28

RGB

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

 GREEN value IS 111 (43.75% from 255) = 52.86%

 BLUE value IS 40 (16.02% from 255) = 19.05%

R = 28.1%
G = 52.86%
B = 19.05%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#3B6F28 (or 0x3B6F28) is known color: Bilbao. HEX triplet: 3B, 6F and 28. RGB value is (59,111,40). Sum of RGB (Red+Green+Blue) = 59+111+40=210 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.10% from 210); Green value is 111 (43.75% from 255 or 52.86% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 111 - color contains mainly: green. Hex color #3B6F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6F28 is #C490D7. Grayscale: #575757. Windows color (decimal): -12882136 or 2649915. OLE color: 2649915.

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

Color convert

RGB 59 111 40 -
CMYK 0.47 0 0.64 0.56
HSL 103.94º 0.47% 0.3% -
HSV(B) 103.94º 0.64% 0.44% -
XYZ 7.87 12.45 4 -
YUV 87.36 101.27 107.77 -
System Red Green Blue C M Y K H S L
Decimal 59 111 40 0.47 0 0.64 0.56 103.94 0.47 0.3
Hex 3B 6F 28 2F 0 40 38 68 2F 1E
Octal 73 157 50 57 0 100 70 150 57 36
Binary 111011 1101111 101000 101111 0 1000000 111000 1101000 101111 11110

Color Harmonies of #3B6F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6F28

Black with #3B6F28

Text Example


Text Example

White with #3B6F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,111,40); }

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

background-color css

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

 a { background-color: rgb(59,111,40); }

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

border-color css

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

 span { border-color: rgb(59,111,40); }

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