#427933

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

Shades of Bilbao #427933

Tints of Bilbao #427933

Color information

#427933 (or 0x427933) is unknown color: approx Bilbao. HEX triplet: 42, 79 and 33. RGB value is (66,121,51). Sum of RGB (Red+Green+Blue) = 66+121+51=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 121 (47.66% from 255 or 50.84% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 121 - color contains mainly: green. Hex color #427933 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427933 is #BD86CC. Grayscale: #606060. Windows color (decimal): -12420813 or 3373378. OLE color: 3373378.

HSL color Cylindrical-coordinate representation of color #427933: hue angle of 107.14º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #427933 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB6612151-
CMYK0.4500.580.53
HSL107.14º40.7%33.73%-
HSV(B)107.14º57.85%47.45%-
XYZ9.6815.075.53-
YUV96.57102.28106.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.73%
GREEN value IS 121 (47.66% from 255) = 50.84%
BLUE value IS 51 (20.31% from 255) = 21.43%
R=27.73%
G=50.84%
B=21.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66121510.4500.580.53107.1440.733.73
Hex4279332D03A356b2922
Octal1021716355072651535142
Binary1000010111100111001110110101110101101011101011101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427933; }

 p { color: rgb(66,121,51); }

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

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

 a { background-color: rgb(66,121,51); }

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

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

 span { border-color: rgb(66,121,51); }

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