Html Css Color HEX #397C07 Bilbao

📋 copy color: '#397C07'

red 57 ◦ green 124 ◦ blue 7

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

Shades of Bilbao #397C07

Tints of Bilbao #397C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.72%

R = 30.32%
G = 65.96%
B = 3.72%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#397C07 (or 0x397C07) is known color: Bilbao. HEX triplet: 39, 7C and 07. RGB value is (57,124,7). Sum of RGB (Red+Green+Blue) = 57+124+7=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 124 (48.83% from 255 or 65.96% from 188); Blue value is 7 (3.12% from 255 or 3.72% from 188); Max value from RGB is 124 - color contains mainly: green. Hex color #397C07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397C07 is #C683F8. Grayscale: #5B5B5B. Windows color (decimal): -13009913 or 490553. OLE color: 490553.

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

Color convert

RGB 57 124 7 -
CMYK 0.54 0 0.94 0.51
HSL 94.36º 0.89% 0.26% -
HSV(B) 94.36º 0.94% 0.49% -
XYZ 8.93 15.3 2.68 -
YUV 90.63 80.8 104.01 -
System Red Green Blue C M Y K H S L
Decimal 57 124 7 0.54 0 0.94 0.51 94.36 0.89 0.26
Hex 39 7C 7 36 0 5E 33 5E 59 1A
Octal 71 174 7 66 0 136 63 136 131 32
Binary 111001 1111100 111 110110 0 1011110 110011 1011110 1011001 11010

Color Harmonies of #397C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397C07

Black with #397C07

Text Example


Text Example

White with #397C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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