Html Css Color HEX #397C05 Bilbao

📋 copy color: '#397C05'

red 57 ◦ green 124 ◦ blue 5

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

Shades of Bilbao #397C05

Tints of Bilbao #397C05

RGB

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

 GREEN value IS 124 (48.83% from 255) = 66.67%

 BLUE value IS 5 (2.34% from 255) = 2.69%

R = 30.65%
G = 66.67%
B = 2.69%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.96

 K value IS 0.51

RGB Variations

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

Color information

#397C05 (or 0x397C05) is known color: Bilbao. HEX triplet: 39, 7C and 05. RGB value is (57,124,5). Sum of RGB (Red+Green+Blue) = 57+124+5=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 124 (48.83% from 255 or 66.67% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 124 - color contains mainly: green. Hex color #397C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397C05 is #C683FA. Grayscale: #5A5A5A. Windows color (decimal): -13009915 or 359481. OLE color: 359481.

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

Color convert

RGB 57 124 5 -
CMYK 0.54 0 0.96 0.51
HSL 93.78º 0.92% 0.25% -
HSV(B) 93.78º 0.96% 0.49% -
XYZ 8.92 15.3 2.63 -
YUV 90.4 79.8 104.18 -
System Red Green Blue C M Y K H S L
Decimal 57 124 5 0.54 0 0.96 0.51 93.78 0.92 0.25
Hex 39 7C 5 36 0 60 33 5E 5C 19
Octal 71 174 5 66 0 140 63 136 134 31
Binary 111001 1111100 101 110110 0 1100000 110011 1011110 1011100 11001

Color Harmonies of #397C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397C05

Black with #397C05

Text Example


Text Example

White with #397C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,124,5); }

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

background-color css

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

 a { background-color: rgb(57,124,5); }

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

border-color css

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

 span { border-color: rgb(57,124,5); }

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