Html Css Color HEX #398705 Bilbao

📋 copy color: '#398705'

red 57 ◦ green 135 ◦ blue 5

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

Shades of Bilbao #398705

Tints of Bilbao #398705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.54%

R = 28.93%
G = 68.53%
B = 2.54%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#398705 (or 0x398705) is known color: Bilbao. HEX triplet: 39, 87 and 05. RGB value is (57,135,5). Sum of RGB (Red+Green+Blue) = 57+135+5=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 135 (53.12% from 255 or 68.53% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 135 - color contains mainly: green. Hex color #398705 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398705 is #C678FA. Grayscale: #616161. Windows color (decimal): -13007099 or 362297. OLE color: 362297.

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

Color convert

RGB 57 135 5 -
CMYK 0.58 0 0.96 0.47
HSL 96º 0.93% 0.27% -
HSV(B) 96º 0.96% 0.53% -
XYZ 10.38 18.21 3.11 -
YUV 96.86 76.16 99.57 -
System Red Green Blue C M Y K H S L
Decimal 57 135 5 0.58 0 0.96 0.47 96 0.93 0.27
Hex 39 87 5 3A 0 60 2F 60 5D 1B
Octal 71 207 5 72 0 140 57 140 135 33
Binary 111001 10000111 101 111010 0 1100000 101111 1100000 1011101 11011

Color Harmonies of #398705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398705

Black with #398705

Text Example


Text Example

White with #398705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398705; }

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

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

background-color css

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

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

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

border-color css

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

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

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