Html Css Color HEX #397B05 Bilbao

📋 copy color: '#397B05'

red 57 ◦ green 123 ◦ blue 5

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

Shades of Bilbao #397B05

Tints of Bilbao #397B05

RGB

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

 GREEN value IS 123 (48.44% from 255) = 66.49%

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

R = 30.81%
G = 66.49%
B = 2.7%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.96

 K value IS 0.52

RGB Variations

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

Color information

#397B05 (or 0x397B05) is known color: Bilbao. HEX triplet: 39, 7B and 05. RGB value is (57,123,5). Sum of RGB (Red+Green+Blue) = 57+123+5=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 123 (48.44% from 255 or 66.49% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 123 - color contains mainly: green. Hex color #397B05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397B05 is #C684FA. Grayscale: #5A5A5A. Windows color (decimal): -13010171 or 359225. OLE color: 359225.

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

Color convert

RGB 57 123 5 -
CMYK 0.54 0 0.96 0.52
HSL 93.56º 0.92% 0.25% -
HSV(B) 93.56º 0.96% 0.48% -
XYZ 8.8 15.05 2.58 -
YUV 89.81 80.13 104.59 -
System Red Green Blue C M Y K H S L
Decimal 57 123 5 0.54 0 0.96 0.52 93.56 0.92 0.25
Hex 39 7B 5 36 0 60 34 5E 5C 19
Octal 71 173 5 66 0 140 64 136 134 31
Binary 111001 1111011 101 110110 0 1100000 110100 1011110 1011100 11001

Color Harmonies of #397B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397B05

Black with #397B05

Text Example


Text Example

White with #397B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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