#38761A

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

Shades of Bilbao #38761A

Tints of Bilbao #38761A

Color information

#38761A (or 0x38761A) is unknown color: approx Bilbao. HEX triplet: 38, 76 and 1A. RGB value is (56,118,26). Sum of RGB (Red+Green+Blue) = 56+118+26=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 118 (46.48% from 255 or 59% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 118 - color contains mainly: green. Hex color #38761A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38761A is #C789E5. Grayscale: #595959. Windows color (decimal): -13076966 or 1734200. OLE color: 1734200.

HSL color Cylindrical-coordinate representation of color #38761A: hue angle of 100.43º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38761A is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB5611826-
CMYK0.5300.780.54
HSL100.43º63.89%28.24%-
HSV(B)100.43º77.97%46.27%-
XYZ8.313.873.22-
YUV88.9792.46104.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28%
GREEN value IS 118 (46.48% from 255) = 59%
BLUE value IS 26 (10.55% from 255) = 13%
R=28%
G=59%
B=13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56118260.5300.780.54100.4363.8928.24
Hex38761A3504E3664401c
Octal70166326501166614410034
Binary111000111011011010110101010011101101101100100100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38761A; }

 p { color: rgb(56,118,26); }

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

<style>
 a { background-color: #38761A; }

 a { background-color: rgb(56,118,26); }

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

<style>
 span { border-color: #38761A; }

 span { border-color: rgb(56,118,26); }

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