Html Css Color HEX #397A01 Bilbao

📋 copy color: '#397A01'

red 57 ◦ green 122 ◦ blue 1

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

Shades of Bilbao #397A01

Tints of Bilbao #397A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.56%

R = 31.67%
G = 67.78%
B = 0.56%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#397A01 (or 0x397A01) is known color: Bilbao. HEX triplet: 39, 7A and 01. RGB value is (57,122,1). Sum of RGB (Red+Green+Blue) = 57+122+1=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 122 (48.05% from 255 or 67.78% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 122 - color contains mainly: green. Hex color #397A01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397A01 is #C685FE. Grayscale: #595959. Windows color (decimal): -13010431 or 96825. OLE color: 96825.

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

Color convert

RGB 57 122 1 -
CMYK 0.53 0 0.99 0.52
HSL 92.23º 0.98% 0.24% -
HSV(B) 92.23º 0.99% 0.48% -
XYZ 8.65 14.79 2.43 -
YUV 88.77 78.47 105.34 -
System Red Green Blue C M Y K H S L
Decimal 57 122 1 0.53 0 0.99 0.52 92.23 0.98 0.24
Hex 39 7A 1 35 0 63 34 5C 62 18
Octal 71 172 1 65 0 143 64 134 142 30
Binary 111001 1111010 1 110101 0 1100011 110100 1011100 1100010 11000

Color Harmonies of #397A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397A01

Black with #397A01

Text Example


Text Example

White with #397A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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