Html Css Color HEX #398512 Bilbao

📋 copy color: '#398512'

red 57 ◦ green 133 ◦ blue 18

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

Shades of Bilbao #398512

Tints of Bilbao #398512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.65%

R = 27.4%
G = 63.94%
B = 8.65%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#398512 (or 0x398512) is known color: Bilbao. HEX triplet: 39, 85 and 12. RGB value is (57,133,18). Sum of RGB (Red+Green+Blue) = 57+133+18=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 133 (52.34% from 255 or 63.94% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 133 - color contains mainly: green. Hex color #398512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398512 is #C67AED. Grayscale: #616161. Windows color (decimal): -13007598 or 1213753. OLE color: 1213753.

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

Color convert

RGB 57 133 18 -
CMYK 0.57 0 0.86 0.48
HSL 99.65º 0.76% 0.3% -
HSV(B) 99.65º 0.86% 0.52% -
XYZ 10.18 17.69 3.45 -
YUV 97.17 83.32 99.35 -
System Red Green Blue C M Y K H S L
Decimal 57 133 18 0.57 0 0.86 0.48 99.65 0.76 0.3
Hex 39 85 12 39 0 56 30 64 4C 1E
Octal 71 205 22 71 0 126 60 144 114 36
Binary 111001 10000101 10010 111001 0 1010110 110000 1100100 1001100 11110

Color Harmonies of #398512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398512

Black with #398512

Text Example


Text Example

White with #398512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398512; }

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

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

background-color css

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

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

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

border-color css

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

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

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