Html Css Color HEX #398231 Bilbao

📋 copy color: '#398231'

red 57 ◦ green 130 ◦ blue 49

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

Shades of Bilbao #398231

Tints of Bilbao #398231

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.08%

 BLUE value IS 49 (19.53% from 255) = 20.76%

R = 24.15%
G = 55.08%
B = 20.76%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#398231 (or 0x398231) is known color: Bilbao. HEX triplet: 39, 82 and 31. RGB value is (57,130,49). Sum of RGB (Red+Green+Blue) = 57+130+49=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #398231 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398231 is #C67DCE. Grayscale: #636363. Windows color (decimal): -13008335 or 3244601. OLE color: 3244601.

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

Color convert

RGB 57 130 49 -
CMYK 0.56 0 0.62 0.49
HSL 114.07º 0.45% 0.35% -
HSV(B) 114.07º 0.62% 0.51% -
XYZ 10.22 17.06 5.66 -
YUV 98.94 99.82 98.09 -
System Red Green Blue C M Y K H S L
Decimal 57 130 49 0.56 0 0.62 0.49 114.07 0.45 0.35
Hex 39 82 31 38 0 3E 31 72 2D 23
Octal 71 202 61 70 0 76 61 162 55 43
Binary 111001 10000010 110001 111000 0 111110 110001 1110010 101101 100011

Color Harmonies of #398231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398231

Black with #398231

Text Example


Text Example

White with #398231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398231; }

 p { color: rgb(57,130,49); }

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

background-color css

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

 a { background-color: rgb(57,130,49); }

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

border-color css

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

 span { border-color: rgb(57,130,49); }

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