Html Css Color HEX #398412 Bilbao

📋 copy color: '#398412'

red 57 ◦ green 132 ◦ blue 18

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

Shades of Bilbao #398412

Tints of Bilbao #398412

RGB

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

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

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

R = 27.54%
G = 63.77%
B = 8.7%

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

#398412 (or 0x398412) is known color: Bilbao. HEX triplet: 39, 84 and 12. RGB value is (57,132,18). Sum of RGB (Red+Green+Blue) = 57+132+18=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 132 (51.95% from 255 or 63.77% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 132 - color contains mainly: green. Hex color #398412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398412 is #C67BED. Grayscale: #606060. Windows color (decimal): -13007854 or 1213497. OLE color: 1213497.

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

Color convert

RGB 57 132 18 -
CMYK 0.57 0 0.86 0.48
HSL 99.47º 0.76% 0.29% -
HSV(B) 99.47º 0.86% 0.52% -
XYZ 10.05 17.42 3.4 -
YUV 96.58 83.65 99.77 -
System Red Green Blue C M Y K H S L
Decimal 57 132 18 0.57 0 0.86 0.48 99.47 0.76 0.29
Hex 39 84 12 39 0 56 30 63 4C 1D
Octal 71 204 22 71 0 126 60 143 114 35
Binary 111001 10000100 10010 111001 0 1010110 110000 1100011 1001100 11101

Color Harmonies of #398412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398412

Black with #398412

Text Example


Text Example

White with #398412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398412; }

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

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

background-color css

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

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

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

border-color css

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

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

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