Html Css Color HEX #398316 Bilbao

📋 copy color: '#398316'

red 57 ◦ green 131 ◦ blue 22

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

Shades of Bilbao #398316

Tints of Bilbao #398316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.48%

R = 27.14%
G = 62.38%
B = 10.48%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#398316 (or 0x398316) is known color: Bilbao. HEX triplet: 39, 83 and 16. RGB value is (57,131,22). Sum of RGB (Red+Green+Blue) = 57+131+22=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 131 (51.56% from 255 or 62.38% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 131 - color contains mainly: green. Hex color #398316 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398316 is #C67CE9. Grayscale: #606060. Windows color (decimal): -13008106 or 1475385. OLE color: 1475385.

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

Color convert

RGB 57 131 22 -
CMYK 0.56 0 0.83 0.49
HSL 100.73º 0.71% 0.3% -
HSV(B) 100.73º 0.83% 0.51% -
XYZ 9.95 17.16 3.55 -
YUV 96.45 85.98 99.86 -
System Red Green Blue C M Y K H S L
Decimal 57 131 22 0.56 0 0.83 0.49 100.73 0.71 0.3
Hex 39 83 16 38 0 53 31 65 47 1E
Octal 71 203 26 70 0 123 61 145 107 36
Binary 111001 10000011 10110 111000 0 1010011 110001 1100101 1000111 11110

Color Harmonies of #398316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398316

Black with #398316

Text Example


Text Example

White with #398316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398316; }

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

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

background-color css

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

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

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

border-color css

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

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

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