Html Css Color HEX #398120 Bilbao

📋 copy color: '#398120'

red 57 ◦ green 129 ◦ blue 32

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

Shades of Bilbao #398120

Tints of Bilbao #398120

RGB

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

 GREEN value IS 129 (50.78% from 255) = 59.17%

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

R = 26.15%
G = 59.17%
B = 14.68%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#398120 (or 0x398120) is known color: Bilbao. HEX triplet: 39, 81 and 20. RGB value is (57,129,32). Sum of RGB (Red+Green+Blue) = 57+129+32=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 129 (50.78% from 255 or 59.17% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 129 - color contains mainly: green. Hex color #398120 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398120 is #C67EDF. Grayscale: #606060. Windows color (decimal): -13008608 or 2130233. OLE color: 2130233.

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

Color convert

RGB 57 129 32 -
CMYK 0.56 0 0.75 0.49
HSL 104.54º 0.6% 0.32% -
HSV(B) 104.54º 0.75% 0.51% -
XYZ 9.8 16.67 4.07 -
YUV 96.41 91.65 99.89 -
System Red Green Blue C M Y K H S L
Decimal 57 129 32 0.56 0 0.75 0.49 104.54 0.6 0.32
Hex 39 81 20 38 0 4B 31 69 3C 20
Octal 71 201 40 70 0 113 61 151 74 40
Binary 111001 10000001 100000 111000 0 1001011 110001 1101001 111100 100000

Color Harmonies of #398120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398120

Black with #398120

Text Example


Text Example

White with #398120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398120; }

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

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

background-color css

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

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

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

border-color css

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

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

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