Html Css Color HEX #397D30 Bilbao

📋 copy color: '#397D30'

red 57 ◦ green 125 ◦ blue 48

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

Shades of Bilbao #397D30

Tints of Bilbao #397D30

RGB

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

 GREEN value IS 125 (49.22% from 255) = 54.35%

 BLUE value IS 48 (19.14% from 255) = 20.87%

R = 24.78%
G = 54.35%
B = 20.87%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#397D30 (or 0x397D30) is known color: Bilbao. HEX triplet: 39, 7D and 30. RGB value is (57,125,48). Sum of RGB (Red+Green+Blue) = 57+125+48=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 125 (49.22% from 255 or 54.35% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 125 - color contains mainly: green. Hex color #397D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397D30 is #C682CF. Grayscale: #606060. Windows color (decimal): -13009616 or 3177785. OLE color: 3177785.

HSL color Cylindrical-coordinate representation of color #397D30: hue angle of 112.99º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #397D30 is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB 57 125 48 -
CMYK 0.54 0 0.62 0.51
HSL 112.99º 0.45% 0.34% -
HSV(B) 112.99º 0.62% 0.49% -
XYZ 9.55 15.75 5.33 -
YUV 95.89 100.97 100.26 -
System Red Green Blue C M Y K H S L
Decimal 57 125 48 0.54 0 0.62 0.51 112.99 0.45 0.34
Hex 39 7D 30 36 0 3E 33 71 2D 22
Octal 71 175 60 66 0 76 63 161 55 42
Binary 111001 1111101 110000 110110 0 111110 110011 1110001 101101 100010

Color Harmonies of #397D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397D30

Black with #397D30

Text Example


Text Example

White with #397D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,125,48); }

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

background-color css

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

 a { background-color: rgb(57,125,48); }

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

border-color css

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

 span { border-color: rgb(57,125,48); }

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