Html Css Color HEX #398532 Bilbao

📋 copy color: '#398532'

red 57 ◦ green 133 ◦ blue 50

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

Shades of Bilbao #398532

Tints of Bilbao #398532

RGB

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

 GREEN value IS 133 (52.34% from 255) = 55.42%

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

R = 23.75%
G = 55.42%
B = 20.83%

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

#398532 (or 0x398532) is known color: Bilbao. HEX triplet: 39, 85 and 32. RGB value is (57,133,50). Sum of RGB (Red+Green+Blue) = 57+133+50=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #398532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398532 is #C67ACD. Grayscale: #656565. Windows color (decimal): -13007566 or 3310905. OLE color: 3310905.

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

Color convert

RGB 57 133 50 -
CMYK 0.57 0 0.62 0.48
HSL 114.94º 0.45% 0.36% -
HSV(B) 114.94º 0.62% 0.52% -
XYZ 10.65 17.88 5.91 -
YUV 100.81 99.32 96.75 -
System Red Green Blue C M Y K H S L
Decimal 57 133 50 0.57 0 0.62 0.48 114.94 0.45 0.36
Hex 39 85 32 39 0 3E 30 73 2D 24
Octal 71 205 62 71 0 76 60 163 55 44
Binary 111001 10000101 110010 111001 0 111110 110000 1110011 101101 100100

Color Harmonies of #398532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398532

Black with #398532

Text Example


Text Example

White with #398532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398532; }

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

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

background-color css

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

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

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

border-color css

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

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

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