Html Css Color HEX #398332 Bilbao

📋 copy color: '#398332'

red 57 ◦ green 131 ◦ blue 50

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

Shades of Bilbao #398332

Tints of Bilbao #398332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.01%

R = 23.95%
G = 55.04%
B = 21.01%

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

#398332 (or 0x398332) is known color: Bilbao. HEX triplet: 39, 83 and 32. RGB value is (57,131,50). Sum of RGB (Red+Green+Blue) = 57+131+50=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 131 (51.56% from 255 or 55.04% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 131 - color contains mainly: green. Hex color #398332 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398332 is #C67CCD. Grayscale: #636363. Windows color (decimal): -13008078 or 3310393. OLE color: 3310393.

HSL color Cylindrical-coordinate representation of color #398332: hue angle of 114.81º 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 #398332 is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 131 50 -
CMYK 0.56 0 0.62 0.49
HSL 114.81º 0.45% 0.35% -
HSV(B) 114.81º 0.62% 0.51% -
XYZ 10.38 17.33 5.82 -
YUV 99.64 99.98 97.59 -
System Red Green Blue C M Y K H S L
Decimal 57 131 50 0.56 0 0.62 0.49 114.81 0.45 0.35
Hex 39 83 32 38 0 3E 31 73 2D 23
Octal 71 203 62 70 0 76 61 163 55 43
Binary 111001 10000011 110010 111000 0 111110 110001 1110011 101101 100011

Color Harmonies of #398332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398332

Black with #398332

Text Example


Text Example

White with #398332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398332; }

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

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

background-color css

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

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

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

border-color css

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

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

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