Html Css Color HEX #398112 Bilbao

📋 copy color: '#398112'

red 57 ◦ green 129 ◦ blue 18

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

Shades of Bilbao #398112

Tints of Bilbao #398112

RGB

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

 GREEN value IS 129 (50.78% from 255) = 63.24%

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

R = 27.94%
G = 63.24%
B = 8.82%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#398112 (or 0x398112) is known color: Bilbao. HEX triplet: 39, 81 and 12. RGB value is (57,129,18). Sum of RGB (Red+Green+Blue) = 57+129+18=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 129 (50.78% from 255 or 63.24% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 129 - color contains mainly: green. Hex color #398112 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398112 is #C67EED. Grayscale: #5F5F5F. Windows color (decimal): -13008622 or 1212729. OLE color: 1212729.

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

Color convert

RGB 57 129 18 -
CMYK 0.56 0 0.86 0.49
HSL 98.92º 0.76% 0.29% -
HSV(B) 98.92º 0.86% 0.51% -
XYZ 9.65 16.61 3.27 -
YUV 94.82 84.65 101.03 -
System Red Green Blue C M Y K H S L
Decimal 57 129 18 0.56 0 0.86 0.49 98.92 0.76 0.29
Hex 39 81 12 38 0 56 31 63 4C 1D
Octal 71 201 22 70 0 126 61 143 114 35
Binary 111001 10000001 10010 111000 0 1010110 110001 1100011 1001100 11101

Color Harmonies of #398112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398112

Black with #398112

Text Example


Text Example

White with #398112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398112; }

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

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

background-color css

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

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

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

border-color css

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

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

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