Html Css Color HEX #398432 Bilbao

📋 copy color: '#398432'

red 57 ◦ green 132 ◦ blue 50

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

Shades of Bilbao #398432

Tints of Bilbao #398432

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.23%

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

R = 23.85%
G = 55.23%
B = 20.92%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#398432 (or 0x398432) is known color: Bilbao. HEX triplet: 39, 84 and 32. RGB value is (57,132,50). Sum of RGB (Red+Green+Blue) = 57+132+50=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 132 (51.95% from 255 or 55.23% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 132 - color contains mainly: green. Hex color #398432 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398432 is #C67BCD. Grayscale: #646464. Windows color (decimal): -13007822 or 3310649. OLE color: 3310649.

HSL color Cylindrical-coordinate representation of color #398432: hue angle of 114.88º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #398432 is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 132 50 -
CMYK 0.57 0 0.62 0.48
HSL 114.88º 0.45% 0.36% -
HSV(B) 114.88º 0.62% 0.52% -
XYZ 10.51 17.6 5.86 -
YUV 100.23 99.65 97.17 -
System Red Green Blue C M Y K H S L
Decimal 57 132 50 0.57 0 0.62 0.48 114.88 0.45 0.36
Hex 39 84 32 39 0 3E 30 73 2D 24
Octal 71 204 62 71 0 76 60 163 55 44
Binary 111001 10000100 110010 111001 0 111110 110000 1110011 101101 100100

Color Harmonies of #398432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398432

Black with #398432

Text Example


Text Example

White with #398432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398432; }

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

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

background-color css

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

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

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

border-color css

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

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

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