Html Css Color HEX #398416 Bilbao

📋 copy color: '#398416'

red 57 ◦ green 132 ◦ blue 22

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

Shades of Bilbao #398416

Tints of Bilbao #398416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.43%

R = 27.01%
G = 62.56%
B = 10.43%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#398416 (or 0x398416) is known color: Bilbao. HEX triplet: 39, 84 and 16. RGB value is (57,132,22). Sum of RGB (Red+Green+Blue) = 57+132+22=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 132 (51.95% from 255 or 62.56% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 132 - color contains mainly: green. Hex color #398416 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398416 is #C67BE9. Grayscale: #616161. Windows color (decimal): -13007850 or 1475641. OLE color: 1475641.

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

Color convert

RGB 57 132 22 -
CMYK 0.57 0 0.83 0.48
HSL 100.91º 0.71% 0.3% -
HSV(B) 100.91º 0.83% 0.52% -
XYZ 10.08 17.43 3.59 -
YUV 97.04 85.65 99.44 -
System Red Green Blue C M Y K H S L
Decimal 57 132 22 0.57 0 0.83 0.48 100.91 0.71 0.3
Hex 39 84 16 39 0 53 30 65 47 1E
Octal 71 204 26 71 0 123 60 145 107 36
Binary 111001 10000100 10110 111001 0 1010011 110000 1100101 1000111 11110

Color Harmonies of #398416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398416

Black with #398416

Text Example


Text Example

White with #398416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398416; }

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

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

background-color css

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

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

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

border-color css

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

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

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