Html Css Color HEX #389001 Bilbao

📋 copy color: '#389001'

red 56 ◦ green 144 ◦ blue 1

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

Shades of Bilbao #389001

Tints of Bilbao #389001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 27.86%
G = 71.64%
B = 0.5%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#389001 (or 0x389001) is known color: Bilbao. HEX triplet: 38, 90 and 01. RGB value is (56,144,1). Sum of RGB (Red+Green+Blue) = 56+144+1=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 144 (56.64% from 255 or 71.64% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 144 - color contains mainly: green. Hex color #389001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389001 is #C76FFE. Grayscale: #656565. Windows color (decimal): -13070335 or 102456. OLE color: 102456.

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

Color convert

RGB 56 144 1 -
CMYK 0.61 0 0.99 0.44
HSL 96.92º 0.99% 0.28% -
HSV(B) 96.92º 0.99% 0.56% -
XYZ 11.61 20.79 3.43 -
YUV 101.39 71.35 95.63 -
System Red Green Blue C M Y K H S L
Decimal 56 144 1 0.61 0 0.99 0.44 96.92 0.99 0.28
Hex 38 90 1 3D 0 63 2C 61 63 1C
Octal 70 220 1 75 0 143 54 141 143 34
Binary 111000 10010000 1 111101 0 1100011 101100 1100001 1100011 11100

Color Harmonies of #389001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389001

Black with #389001

Text Example


Text Example

White with #389001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389001; }

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

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

background-color css

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

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

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

border-color css

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

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

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