Html Css Color HEX #397B18 Bilbao

📋 copy color: '#397B18'

red 57 ◦ green 123 ◦ blue 24

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

Shades of Bilbao #397B18

Tints of Bilbao #397B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.76%

R = 27.94%
G = 60.29%
B = 11.76%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.80

 K value IS 0.52

RGB Variations

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

Color information

#397B18 (or 0x397B18) is known color: Bilbao. HEX triplet: 39, 7B and 18. RGB value is (57,123,24). Sum of RGB (Red+Green+Blue) = 57+123+24=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 123 (48.44% from 255 or 60.29% from 204); Blue value is 24 (9.77% from 255 or 11.76% from 204); Max value from RGB is 123 - color contains mainly: green. Hex color #397B18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397B18 is #C684E7. Grayscale: #5C5C5C. Windows color (decimal): -13010152 or 1604409. OLE color: 1604409.

HSL color Cylindrical-coordinate representation of color #397B18: hue angle of 100º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #397B18 is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB 57 123 24 -
CMYK 0.54 0 0.80 0.52
HSL 100º 0.67% 0.29% -
HSV(B) 100º 0.8% 0.48% -
XYZ 8.94 15.1 3.31 -
YUV 91.98 89.63 103.05 -
System Red Green Blue C M Y K H S L
Decimal 57 123 24 0.54 0 0.80 0.52 100 0.67 0.29
Hex 39 7B 18 36 0 50 34 64 43 1D
Octal 71 173 30 66 0 120 64 144 103 35
Binary 111001 1111011 11000 110110 0 1010000 110100 1100100 1000011 11101

Color Harmonies of #397B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397B18

Black with #397B18

Text Example


Text Example

White with #397B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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