#38842F

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

Shades of Bilbao #38842F

Tints of Bilbao #38842F

Color information

#38842F (or 0x38842F) is unknown color: approx Bilbao. HEX triplet: 38, 84 and 2F. RGB value is (56,132,47). Sum of RGB (Red+Green+Blue) = 56+132+47=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 132 (51.95% from 255 or 56.17% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 132 - color contains mainly: green. Hex color #38842F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38842F is #C77BD0. Grayscale: #636363. Windows color (decimal): -13073361 or 3114040. OLE color: 3114040.

HSL color Cylindrical-coordinate representation of color #38842F: hue angle of 113.65º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38842F is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB5613247-
CMYK0.5800.640.48
HSL113.65º47.49%35.1%-
HSV(B)113.65º64.39%51.76%-
XYZ10.417.555.53-
YUV99.5998.3296.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.83%
GREEN value IS 132 (51.95% from 255) = 56.17%
BLUE value IS 47 (18.75% from 255) = 20%
R=23.83%
G=56.17%
B=20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56132470.5800.640.48113.6547.4935.1
Hex38842F3A04030722f23
Octal7020457720100601625743
Binary11100010000100101111111010010000001100001110010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38842F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38842F; }

 p { color: rgb(56,132,47); }

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

<style>
 a { background-color: #38842F; }

 a { background-color: rgb(56,132,47); }

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

<style>
 span { border-color: #38842F; }

 span { border-color: rgb(56,132,47); }

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