Html Css Color HEX #398219 Bilbao

📋 copy color: '#398219'

red 57 ◦ green 130 ◦ blue 25

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

Shades of Bilbao #398219

Tints of Bilbao #398219

RGB

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

 GREEN value IS 130 (51.17% from 255) = 61.32%

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

R = 26.89%
G = 61.32%
B = 11.79%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#398219 (or 0x398219) is known color: Bilbao. HEX triplet: 39, 82 and 19. RGB value is (57,130,25). Sum of RGB (Red+Green+Blue) = 57+130+25=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 130 (51.17% from 255 or 61.32% from 212); Blue value is 25 (10.16% from 255 or 11.79% from 212); Max value from RGB is 130 - color contains mainly: green. Hex color #398219 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398219 is #C67DE6. Grayscale: #606060. Windows color (decimal): -13008359 or 1671737. OLE color: 1671737.

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

Color convert

RGB 57 130 25 -
CMYK 0.56 0 0.81 0.49
HSL 101.71º 0.68% 0.3% -
HSV(B) 101.71º 0.81% 0.51% -
XYZ 9.85 16.91 3.66 -
YUV 96.2 87.82 100.04 -
System Red Green Blue C M Y K H S L
Decimal 57 130 25 0.56 0 0.81 0.49 101.71 0.68 0.3
Hex 39 82 19 38 0 51 31 66 44 1E
Octal 71 202 31 70 0 121 61 146 104 36
Binary 111001 10000010 11001 111000 0 1010001 110001 1100110 1000100 11110

Color Harmonies of #398219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398219

Black with #398219

Text Example


Text Example

White with #398219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398219; }

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

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

background-color css

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

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

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

border-color css

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

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

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