Html Css Color HEX #397F2A Bilbao

📋 copy color: '#397F2A'

red 57 ◦ green 127 ◦ blue 42

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

Shades of Bilbao #397F2A

Tints of Bilbao #397F2A

RGB

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

 GREEN value IS 127 (50% from 255) = 56.19%

 BLUE value IS 42 (16.8% from 255) = 18.58%

R = 25.22%
G = 56.19%
B = 18.58%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#397F2A (or 0x397F2A) is known color: Bilbao. HEX triplet: 39, 7F and 2A. RGB value is (57,127,42). Sum of RGB (Red+Green+Blue) = 57+127+42=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 127 (50% from 255 or 56.19% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 127 - color contains mainly: green. Hex color #397F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397F2A is #C680D5. Grayscale: #606060. Windows color (decimal): -13009110 or 2785081. OLE color: 2785081.

HSL color Cylindrical-coordinate representation of color #397F2A: hue angle of 109.41º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #397F2A is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 127 42 -
CMYK 0.55 0 0.67 0.50
HSL 109.41º 0.5% 0.33% -
HSV(B) 109.41º 0.67% 0.5% -
XYZ 9.69 16.22 4.81 -
YUV 96.38 97.31 99.91 -
System Red Green Blue C M Y K H S L
Decimal 57 127 42 0.55 0 0.67 0.50 109.41 0.5 0.33
Hex 39 7F 2A 37 0 43 32 6D 32 21
Octal 71 177 52 67 0 103 62 155 62 41
Binary 111001 1111111 101010 110111 0 1000011 110010 1101101 110010 100001

Color Harmonies of #397F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397F2A

Black with #397F2A

Text Example


Text Example

White with #397F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,127,42); }

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

background-color css

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

 a { background-color: rgb(57,127,42); }

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

border-color css

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

 span { border-color: rgb(57,127,42); }

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