Html Css Color HEX #398419 Bilbao

📋 copy color: '#398419'

red 57 ◦ green 132 ◦ blue 25

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

Shades of Bilbao #398419

Tints of Bilbao #398419

RGB

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

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

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

R = 26.64%
G = 61.68%
B = 11.68%

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

#398419 (or 0x398419) is known color: Bilbao. HEX triplet: 39, 84 and 19. RGB value is (57,132,25). Sum of RGB (Red+Green+Blue) = 57+132+25=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 132 (51.95% from 255 or 61.68% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 132 - color contains mainly: green. Hex color #398419 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398419 is #C67BE6. Grayscale: #616161. Windows color (decimal): -13007847 or 1672249. OLE color: 1672249.

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

Color convert

RGB 57 132 25 -
CMYK 0.57 0 0.81 0.48
HSL 102.06º 0.68% 0.31% -
HSV(B) 102.06º 0.81% 0.52% -
XYZ 10.11 17.44 3.75 -
YUV 97.38 87.15 99.2 -
System Red Green Blue C M Y K H S L
Decimal 57 132 25 0.57 0 0.81 0.48 102.06 0.68 0.31
Hex 39 84 19 39 0 51 30 66 44 1F
Octal 71 204 31 71 0 121 60 146 104 37
Binary 111001 10000100 11001 111001 0 1010001 110000 1100110 1000100 11111

Color Harmonies of #398419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398419

Black with #398419

Text Example


Text Example

White with #398419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398419; }

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

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

background-color css

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

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

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

border-color css

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

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

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