Html Css Color HEX #398706 Bilbao

📋 copy color: '#398706'

red 57 ◦ green 135 ◦ blue 6

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

Shades of Bilbao #398706

Tints of Bilbao #398706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.03%

R = 28.79%
G = 68.18%
B = 3.03%

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

#398706 (or 0x398706) is known color: Bilbao. HEX triplet: 39, 87 and 06. RGB value is (57,135,6). Sum of RGB (Red+Green+Blue) = 57+135+6=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 135 (53.12% from 255 or 68.18% from 198); Blue value is 6 (2.73% from 255 or 3.03% from 198); Max value from RGB is 135 - color contains mainly: green. Hex color #398706 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398706 is #C678F9. Grayscale: #616161. Windows color (decimal): -13007098 or 427833. OLE color: 427833.

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

Color convert

RGB 57 135 6 -
CMYK 0.58 0 0.96 0.47
HSL 96.28º 0.91% 0.28% -
HSV(B) 96.28º 0.96% 0.53% -
XYZ 10.38 18.21 3.14 -
YUV 96.97 76.66 99.49 -
System Red Green Blue C M Y K H S L
Decimal 57 135 6 0.58 0 0.96 0.47 96.28 0.91 0.28
Hex 39 87 6 3A 0 60 2F 60 5B 1C
Octal 71 207 6 72 0 140 57 140 133 34
Binary 111001 10000111 110 111010 0 1100000 101111 1100000 1011011 11100

Color Harmonies of #398706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398706

Black with #398706

Text Example


Text Example

White with #398706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398706; }

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

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

background-color css

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

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

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

border-color css

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

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

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