Html Css Color HEX #397501 Bilbao

📋 copy color: '#397501'

red 57 ◦ green 117 ◦ blue 1

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

Shades of Bilbao #397501

Tints of Bilbao #397501

RGB

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

 GREEN value IS 117 (46.09% from 255) = 66.86%

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

R = 32.57%
G = 66.86%
B = 0.57%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#397501 (or 0x397501) is known color: Bilbao. HEX triplet: 39, 75 and 01. RGB value is (57,117,1). Sum of RGB (Red+Green+Blue) = 57+117+1=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 117 (46.09% from 255 or 66.86% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 117 - color contains mainly: green. Hex color #397501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397501 is #C68AFE. Grayscale: #565656. Windows color (decimal): -13011711 or 95545. OLE color: 95545.

HSL color Cylindrical-coordinate representation of color #397501: hue angle of 91.03º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #397501 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 117 1 -
CMYK 0.51 0 0.99 0.54
HSL 91.03º 0.98% 0.23% -
HSV(B) 91.03º 0.99% 0.46% -
XYZ 8.05 13.59 2.23 -
YUV 85.84 80.12 107.43 -
System Red Green Blue C M Y K H S L
Decimal 57 117 1 0.51 0 0.99 0.54 91.03 0.98 0.23
Hex 39 75 1 33 0 63 36 5B 62 17
Octal 71 165 1 63 0 143 66 133 142 27
Binary 111001 1110101 1 110011 0 1100011 110110 1011011 1100010 10111

Color Harmonies of #397501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397501

Black with #397501

Text Example


Text Example

White with #397501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397501; }

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

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

background-color css

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

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

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

border-color css

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

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

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