Html Css Color HEX #398320 Bilbao

📋 copy color: '#398320'

red 57 ◦ green 131 ◦ blue 32

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

Shades of Bilbao #398320

Tints of Bilbao #398320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.55%

R = 25.91%
G = 59.55%
B = 14.55%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#398320 (or 0x398320) is known color: Bilbao. HEX triplet: 39, 83 and 20. RGB value is (57,131,32). Sum of RGB (Red+Green+Blue) = 57+131+32=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 131 (51.56% from 255 or 59.55% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 131 - color contains mainly: green. Hex color #398320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398320 is #C67CDF. Grayscale: #616161. Windows color (decimal): -13008096 or 2130745. OLE color: 2130745.

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

Color convert

RGB 57 131 32 -
CMYK 0.56 0 0.76 0.49
HSL 104.85º 0.61% 0.32% -
HSV(B) 104.85º 0.76% 0.51% -
XYZ 10.06 17.21 4.16 -
YUV 97.59 90.98 99.05 -
System Red Green Blue C M Y K H S L
Decimal 57 131 32 0.56 0 0.76 0.49 104.85 0.61 0.32
Hex 39 83 20 38 0 4C 31 69 3D 20
Octal 71 203 40 70 0 114 61 151 75 40
Binary 111001 10000011 100000 111000 0 1001100 110001 1101001 111101 100000

Color Harmonies of #398320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398320

Black with #398320

Text Example


Text Example

White with #398320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398320; }

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

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

background-color css

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

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

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

border-color css

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

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

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