Html Css Color HEX #397A2E Bilbao

📋 copy color: '#397A2E'

red 57 ◦ green 122 ◦ blue 46

#397A2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #397A2E

Tints of Bilbao #397A2E

RGB

 RED value IS 57 (22.66% from 255) = 25.33%

 GREEN value IS 122 (48.05% from 255) = 54.22%

 BLUE value IS 46 (18.36% from 255) = 20.44%

R = 25.33%
G = 54.22%
B = 20.44%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.62

 K value IS 0.52

RGB Variations

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

Color information

#397A2E (or 0x397A2E) is known color: Bilbao. HEX triplet: 39, 7A and 2E. RGB value is (57,122,46). Sum of RGB (Red+Green+Blue) = 57+122+46=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 122 (48.05% from 255 or 54.22% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 122 - color contains mainly: green. Hex color #397A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397A2E is #C685D1. Grayscale: #5E5E5E. Windows color (decimal): -13010386 or 3045945. OLE color: 3045945.

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

Color convert

RGB 57 122 46 -
CMYK 0.53 0 0.62 0.52
HSL 111.32º 0.45% 0.33% -
HSV(B) 111.32º 0.62% 0.48% -
XYZ 9.14 14.99 5 -
YUV 93.9 100.97 101.68 -
System Red Green Blue C M Y K H S L
Decimal 57 122 46 0.53 0 0.62 0.52 111.32 0.45 0.33
Hex 39 7A 2E 35 0 3E 34 6F 2D 21
Octal 71 172 56 65 0 76 64 157 55 41
Binary 111001 1111010 101110 110101 0 111110 110100 1101111 101101 100001

Color Harmonies of #397A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397A2E

Black with #397A2E

Text Example


Text Example

White with #397A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #397A2E;
 }
 .AnyTagClassName
 {
   color: #397A2E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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