#397A22

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

Shades of Bilbao #397A22

Tints of Bilbao #397A22

Color information

#397A22 (or 0x397A22) is unknown color: approx Bilbao. HEX triplet: 39, 7A and 22. RGB value is (57,122,34). Sum of RGB (Red+Green+Blue) = 57+122+34=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 122 (48.05% from 255 or 57.28% from 213); Blue value is 34 (13.67% from 255 or 15.96% from 213); Max value from RGB is 122 - color contains mainly: green. Hex color #397A22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397A22 is #C685DD. Grayscale: #5C5C5C. Windows color (decimal): -13010398 or 2259513. OLE color: 2259513.

HSL color Cylindrical-coordinate representation of color #397A22: hue angle of 104.32º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #397A22 is Cyan = 0.53, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.52.

Color convert

RGB5712234-
CMYK0.5300.720.52
HSL104.32º56.41%30.59%-
HSV(B)104.32º72.13%47.84%-
XYZ8.9414.93.92-
YUV92.5394.97102.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.76%
GREEN value IS 122 (48.05% from 255) = 57.28%
BLUE value IS 34 (13.67% from 255) = 15.96%
R=26.76%
G=57.28%
B=15.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57122340.5300.720.52104.3256.4130.59
Hex397A22350483468381f
Octal7117242650110641507037
Binary111001111101010001011010101001000110100110100011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397A22; }

 p { color: rgb(57,122,34); }

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

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

 a { background-color: rgb(57,122,34); }

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

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

 span { border-color: rgb(57,122,34); }

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