Html Css Color HEX #389003 Bilbao

📋 copy color: '#389003'

red 56 ◦ green 144 ◦ blue 3

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

Shades of Bilbao #389003

Tints of Bilbao #389003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.48%

R = 27.59%
G = 70.94%
B = 1.48%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.98

 K value IS 0.44

RGB Variations

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

Color information

#389003 (or 0x389003) is known color: Bilbao. HEX triplet: 38, 90 and 03. RGB value is (56,144,3). Sum of RGB (Red+Green+Blue) = 56+144+3=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 144 (56.64% from 255 or 70.94% from 203); Blue value is 3 (1.56% from 255 or 1.48% from 203); Max value from RGB is 144 - color contains mainly: green. Hex color #389003 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389003 is #C76FFC. Grayscale: #666666. Windows color (decimal): -13070333 or 233528. OLE color: 233528.

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

Color convert

RGB 56 144 3 -
CMYK 0.61 0 0.98 0.44
HSL 97.45º 0.96% 0.29% -
HSV(B) 97.45º 0.98% 0.56% -
XYZ 11.62 20.79 3.49 -
YUV 101.61 72.35 95.46 -
System Red Green Blue C M Y K H S L
Decimal 56 144 3 0.61 0 0.98 0.44 97.45 0.96 0.29
Hex 38 90 3 3D 0 62 2C 61 60 1D
Octal 70 220 3 75 0 142 54 141 140 35
Binary 111000 10010000 11 111101 0 1100010 101100 1100001 1100000 11101

Color Harmonies of #389003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389003

Black with #389003

Text Example


Text Example

White with #389003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389003; }

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

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

background-color css

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

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

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

border-color css

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

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

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