Html Css Color HEX #398317 Bilbao

📋 copy color: '#398317'

red 57 ◦ green 131 ◦ blue 23

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

Shades of Bilbao #398317

Tints of Bilbao #398317

RGB

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

 GREEN value IS 131 (51.56% from 255) = 62.09%

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

R = 27.01%
G = 62.09%
B = 10.9%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#398317 (or 0x398317) is known color: Bilbao. HEX triplet: 39, 83 and 17. RGB value is (57,131,23). Sum of RGB (Red+Green+Blue) = 57+131+23=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 131 (51.56% from 255 or 62.09% from 211); Blue value is 23 (9.38% from 255 or 10.90% from 211); Max value from RGB is 131 - color contains mainly: green. Hex color #398317 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398317 is #C67CE8. Grayscale: #606060. Windows color (decimal): -13008105 or 1540921. OLE color: 1540921.

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

Color convert

RGB 57 131 23 -
CMYK 0.56 0 0.82 0.49
HSL 101.11º 0.7% 0.3% -
HSV(B) 101.11º 0.82% 0.51% -
XYZ 9.96 17.16 3.6 -
YUV 96.56 86.48 99.78 -
System Red Green Blue C M Y K H S L
Decimal 57 131 23 0.56 0 0.82 0.49 101.11 0.7 0.3
Hex 39 83 17 38 0 52 31 65 46 1E
Octal 71 203 27 70 0 122 61 145 106 36
Binary 111001 10000011 10111 111000 0 1010010 110001 1100101 1000110 11110

Color Harmonies of #398317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398317

Black with #398317

Text Example


Text Example

White with #398317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398317; }

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

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

background-color css

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

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

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

border-color css

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

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

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