Html Css Color HEX #398012 Bilbao

📋 copy color: '#398012'

red 57 ◦ green 128 ◦ blue 18

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

Shades of Bilbao #398012

Tints of Bilbao #398012

RGB

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

 GREEN value IS 128 (50.39% from 255) = 63.05%

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

R = 28.08%
G = 63.05%
B = 8.87%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#398012 (or 0x398012) is known color: Bilbao. HEX triplet: 39, 80 and 12. RGB value is (57,128,18). Sum of RGB (Red+Green+Blue) = 57+128+18=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 128 (50.39% from 255 or 63.05% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 128 - color contains mainly: green. Hex color #398012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398012 is #C67FED. Grayscale: #5E5E5E. Windows color (decimal): -13008878 or 1212473. OLE color: 1212473.

HSL color Cylindrical-coordinate representation of color #398012: hue angle of 98.73º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #398012 is Cyan = 0.55, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 128 18 -
CMYK 0.55 0 0.86 0.50
HSL 98.73º 0.75% 0.29% -
HSV(B) 98.73º 0.86% 0.5% -
XYZ 9.52 16.35 3.23 -
YUV 94.23 84.98 101.44 -
System Red Green Blue C M Y K H S L
Decimal 57 128 18 0.55 0 0.86 0.50 98.73 0.75 0.29
Hex 39 80 12 37 0 56 32 63 4B 1D
Octal 71 200 22 67 0 126 62 143 113 35
Binary 111001 10000000 10010 110111 0 1010110 110010 1100011 1001011 11101

Color Harmonies of #398012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398012

Black with #398012

Text Example


Text Example

White with #398012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398012; }

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

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

background-color css

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

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

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

border-color css

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

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

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