Html Css Color HEX #398519 Bilbao

📋 copy color: '#398519'

red 57 ◦ green 133 ◦ blue 25

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

Shades of Bilbao #398519

Tints of Bilbao #398519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.63%

R = 26.51%
G = 61.86%
B = 11.63%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#398519 (or 0x398519) is known color: Bilbao. HEX triplet: 39, 85 and 19. RGB value is (57,133,25). Sum of RGB (Red+Green+Blue) = 57+133+25=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 133 (52.34% from 255 or 61.86% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 133 - color contains mainly: green. Hex color #398519 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398519 is #C67AE6. Grayscale: #626262. Windows color (decimal): -13007591 or 1672505. OLE color: 1672505.

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

Color convert

RGB 57 133 25 -
CMYK 0.57 0 0.81 0.48
HSL 102.22º 0.68% 0.31% -
HSV(B) 102.22º 0.81% 0.52% -
XYZ 10.25 17.72 3.8 -
YUV 97.96 86.82 98.78 -
System Red Green Blue C M Y K H S L
Decimal 57 133 25 0.57 0 0.81 0.48 102.22 0.68 0.31
Hex 39 85 19 39 0 51 30 66 44 1F
Octal 71 205 31 71 0 121 60 146 104 37
Binary 111001 10000101 11001 111001 0 1010001 110000 1100110 1000100 11111

Color Harmonies of #398519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398519

Black with #398519

Text Example


Text Example

White with #398519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398519; }

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

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

background-color css

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

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

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

border-color css

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

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

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