#368427

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

Shades of Bilbao #368427

Tints of Bilbao #368427

Color information

#368427 (or 0x368427) is unknown color: approx Bilbao. HEX triplet: 36, 84 and 27. RGB value is (54,132,39). Sum of RGB (Red+Green+Blue) = 54+132+39=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 132 (51.95% from 255 or 58.67% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 132 - color contains mainly: green. Hex color #368427 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368427 is #C97BD8. Grayscale: #626262. Windows color (decimal): -13204441 or 2589750. OLE color: 2589750.

HSL color Cylindrical-coordinate representation of color #368427: hue angle of 110.32º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #368427 is Cyan = 0.59, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB5413239-
CMYK0.5900.700.48
HSL110.32º54.39%33.53%-
HSV(B)110.32º70.45%51.76%-
XYZ10.1417.434.75-
YUV98.0894.6696.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24%
GREEN value IS 132 (51.95% from 255) = 58.67%
BLUE value IS 39 (15.62% from 255) = 17.33%
R=24%
G=58.67%
B=17.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54132390.5900.700.48110.3254.3933.53
Hex3684273B046306e3622
Octal6620447730106601566642
Binary11011010000100100111111011010001101100001101110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368427; }

 p { color: rgb(54,132,39); }

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

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

 a { background-color: rgb(54,132,39); }

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

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

 span { border-color: rgb(54,132,39); }

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