Html Css Color HEX #399000 Bilbao

📋 copy color: '#399000'

red 57 ◦ green 144 ◦ blue 0

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

Shades of Bilbao #399000

Tints of Bilbao #399000

RGB

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

 GREEN value IS 144 (56.64% from 255) = 71.64%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 28.36%
G = 71.64%
B = 0%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 1

 K value IS 0.44

RGB Variations

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

Color information

#399000 (or 0x399000) is known color: Bilbao. HEX triplet: 39, 90 and 00. RGB value is (57,144,0). Sum of RGB (Red+Green+Blue) = 57+144+0=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 144 (56.64% from 255 or 71.64% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 144 - color contains mainly: green. Hex color #399000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #399000 is #C66FFF. Grayscale: #666666. Windows color (decimal): -13004800 or 36921. OLE color: 36921.

HSL color Cylindrical-coordinate representation of color #399000: hue angle of 96.25º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #399000 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 144 0 -
CMYK 0.60 0 1 0.44
HSL 96.25º 1% 0.28% -
HSV(B) 96.25º 1% 0.56% -
XYZ 11.66 20.82 3.4 -
YUV 101.57 70.68 96.21 -
System Red Green Blue C M Y K H S L
Decimal 57 144 0 0.60 0 1 0.44 96.25 1 0.28
Hex 39 90 0 3C 0 64 2C 60 64 1C
Octal 71 220 0 74 0 144 54 140 144 34
Binary 111001 10010000 0 111100 0 1100100 101100 1100000 1100100 11100

Color Harmonies of #399000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399000

Black with #399000

Text Example


Text Example

White with #399000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399000; }

 p { color: rgb(57,144,0); }

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

background-color css

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

 a { background-color: rgb(57,144,0); }

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

border-color css

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

 span { border-color: rgb(57,144,0); }

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