#38771E

Color #38771E Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #38771E

Tints of Bilbao #38771E

Color information

#38771E (or 0x38771E) is unknown color: approx Bilbao. HEX triplet: 38, 77 and 1E. RGB value is (56,119,30). Sum of RGB (Red+Green+Blue) = 56+119+30=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 119 (46.88% from 255 or 58.05% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 119 - color contains mainly: green. Hex color #38771E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38771E is #C788E1. Grayscale: #5A5A5A. Windows color (decimal): -13076706 or 1996600. OLE color: 1996600.

HSL color Cylindrical-coordinate representation of color #38771E: hue angle of 102.47º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38771E is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB5611930-
CMYK0.5300.750.53
HSL102.47º59.73%29.22%-
HSV(B)102.47º74.79%46.67%-
XYZ8.4614.133.51-
YUV90.0294.13103.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.32%
GREEN value IS 119 (46.88% from 255) = 58.05%
BLUE value IS 30 (12.11% from 255) = 14.63%
R=27.32%
G=58.05%
B=14.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56119300.5300.750.53102.4759.7329.22
Hex38771E3504B35663c1d
Octal7016736650113651467435
Binary11100011101111111011010101001011110101110011011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38771E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38771E; }

 p { color: rgb(56,119,30); }

 H1.HeaderClassName
 {
   color: #38771E;
 }
 .AnyTagClassName
 {
   color: #38771E;
 }
</style>
background-color css

<style>
 a { background-color: #38771E; }

 a { background-color: rgb(56,119,30); }

 div.DivClassName
 {
   background-color: #38771E;
 }
 .BgClassName
 {
   background-color: #38771E;
 }
</style>
border-color css

<style>
 span { border-color: #38771E; }

 span { border-color: rgb(56,119,30); }

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