Html Css Color HEX #398715 Bilbao

📋 copy color: '#398715'

red 57 ◦ green 135 ◦ blue 21

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

Shades of Bilbao #398715

Tints of Bilbao #398715

RGB

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

 GREEN value IS 135 (53.13% from 255) = 63.38%

 BLUE value IS 21 (8.59% from 255) = 9.86%

R = 26.76%
G = 63.38%
B = 9.86%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#398715 (or 0x398715) is known color: Bilbao. HEX triplet: 39, 87 and 15. RGB value is (57,135,21). Sum of RGB (Red+Green+Blue) = 57+135+21=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 135 (53.12% from 255 or 63.38% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 135 - color contains mainly: green. Hex color #398715 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398715 is #C678EA. Grayscale: #636363. Windows color (decimal): -13007083 or 1410873. OLE color: 1410873.

HSL color Cylindrical-coordinate representation of color #398715: hue angle of 101.05º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #398715 is Cyan = 0.58, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 135 21 -
CMYK 0.58 0 0.84 0.47
HSL 101.05º 0.73% 0.31% -
HSV(B) 101.05º 0.84% 0.53% -
XYZ 10.49 18.25 3.68 -
YUV 98.68 84.16 98.27 -
System Red Green Blue C M Y K H S L
Decimal 57 135 21 0.58 0 0.84 0.47 101.05 0.73 0.31
Hex 39 87 15 3A 0 54 2F 65 49 1F
Octal 71 207 25 72 0 124 57 145 111 37
Binary 111001 10000111 10101 111010 0 1010100 101111 1100101 1001001 11111

Color Harmonies of #398715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398715

Black with #398715

Text Example


Text Example

White with #398715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398715; }

 p { color: rgb(57,135,21); }

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

background-color css

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

 a { background-color: rgb(57,135,21); }

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

border-color css

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

 span { border-color: rgb(57,135,21); }

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