Html Css Color HEX #389000 Bilbao

📋 copy color: '#389000'

red 56 ◦ green 144 ◦ blue 0

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

Shades of Bilbao #389000

Tints of Bilbao #389000

RGB

 RED value IS 56 (22.27% from 255) = 28%

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

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

R = 28%
G = 72%
B = 0%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 1

 K value IS 0.44

RGB Variations

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

Color information

#389000 (or 0x389000) is known color: Bilbao. HEX triplet: 38, 90 and 00. RGB value is (56,144,0). Sum of RGB (Red+Green+Blue) = 56+144+0=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 144 (56.64% from 255 or 72% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 144 - color contains mainly: green. Hex color #389000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389000 is #C76FFF. Grayscale: #656565. Windows color (decimal): -13070336 or 36920. OLE color: 36920.

HSL color Cylindrical-coordinate representation of color #389000: hue angle of 96.67º 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 #389000 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 144 0 -
CMYK 0.61 0 1 0.44
HSL 96.67º 1% 0.28% -
HSV(B) 96.67º 1% 0.56% -
XYZ 11.6 20.79 3.4 -
YUV 101.27 70.85 95.71 -
System Red Green Blue C M Y K H S L
Decimal 56 144 0 0.61 0 1 0.44 96.67 1 0.28
Hex 38 90 0 3D 0 64 2C 61 64 1C
Octal 70 220 0 75 0 144 54 141 144 34
Binary 111000 10010000 0 111101 0 1100100 101100 1100001 1100100 11100

Color Harmonies of #389000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389000

Black with #389000

Text Example


Text Example

White with #389000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389000; }

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

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

background-color css

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

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

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

border-color css

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

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

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