Html Css Color HEX #398017 Bilbao

📋 copy color: '#398017'

red 57 ◦ green 128 ◦ blue 23

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

Shades of Bilbao #398017

Tints of Bilbao #398017

RGB

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

 GREEN value IS 128 (50.39% from 255) = 61.54%

 BLUE value IS 23 (9.38% from 255) = 11.06%

R = 27.4%
G = 61.54%
B = 11.06%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.82

 K value IS 0.50

RGB Variations

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

Color information

#398017 (or 0x398017) is known color: Bilbao. HEX triplet: 39, 80 and 17. RGB value is (57,128,23). Sum of RGB (Red+Green+Blue) = 57+128+23=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 128 (50.39% from 255 or 61.54% from 208); Blue value is 23 (9.38% from 255 or 11.06% from 208); Max value from RGB is 128 - color contains mainly: green. Hex color #398017 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398017 is #C67FE8. Grayscale: #5F5F5F. Windows color (decimal): -13008873 or 1540153. OLE color: 1540153.

HSL color Cylindrical-coordinate representation of color #398017: hue angle of 100.57º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #398017 is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 128 23 -
CMYK 0.55 0 0.82 0.50
HSL 100.57º 0.7% 0.3% -
HSV(B) 100.57º 0.82% 0.5% -
XYZ 9.56 16.37 3.47 -
YUV 94.8 87.48 101.04 -
System Red Green Blue C M Y K H S L
Decimal 57 128 23 0.55 0 0.82 0.50 100.57 0.7 0.3
Hex 39 80 17 37 0 52 32 65 46 1E
Octal 71 200 27 67 0 122 62 145 106 36
Binary 111001 10000000 10111 110111 0 1010010 110010 1100101 1000110 11110

Color Harmonies of #398017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398017

Black with #398017

Text Example


Text Example

White with #398017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398017; }

 p { color: rgb(57,128,23); }

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

background-color css

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

 a { background-color: rgb(57,128,23); }

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

border-color css

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

 span { border-color: rgb(57,128,23); }

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