Html Css Color HEX #398514 Bilbao

📋 copy color: '#398514'

red 57 ◦ green 133 ◦ blue 20

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

Shades of Bilbao #398514

Tints of Bilbao #398514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.52%

R = 27.14%
G = 63.33%
B = 9.52%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#398514 (or 0x398514) is known color: Bilbao. HEX triplet: 39, 85 and 14. RGB value is (57,133,20). Sum of RGB (Red+Green+Blue) = 57+133+20=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 133 (52.34% from 255 or 63.33% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 133 - color contains mainly: green. Hex color #398514 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398514 is #C67AEB. Grayscale: #616161. Windows color (decimal): -13007596 or 1344825. OLE color: 1344825.

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

Color convert

RGB 57 133 20 -
CMYK 0.57 0 0.85 0.48
HSL 100.35º 0.74% 0.3% -
HSV(B) 100.35º 0.85% 0.52% -
XYZ 10.2 17.7 3.54 -
YUV 97.39 84.32 99.19 -
System Red Green Blue C M Y K H S L
Decimal 57 133 20 0.57 0 0.85 0.48 100.35 0.74 0.3
Hex 39 85 14 39 0 55 30 64 4A 1E
Octal 71 205 24 71 0 125 60 144 112 36
Binary 111001 10000101 10100 111001 0 1010101 110000 1100100 1001010 11110

Color Harmonies of #398514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398514

Black with #398514

Text Example


Text Example

White with #398514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398514; }

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

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

background-color css

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

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

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

border-color css

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

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

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