Html Css Color HEX #387003 Bilbao

📋 copy color: '#387003'

red 56 ◦ green 112 ◦ blue 3

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

Shades of Bilbao #387003

Tints of Bilbao #387003

RGB

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

 GREEN value IS 112 (44.14% from 255) = 65.5%

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

R = 32.75%
G = 65.5%
B = 1.75%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#387003 (or 0x387003) is known color: Bilbao. HEX triplet: 38, 70 and 03. RGB value is (56,112,3). Sum of RGB (Red+Green+Blue) = 56+112+3=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 112 (44.14% from 255 or 65.50% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 112 - color contains mainly: green. Hex color #387003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387003 is #C78FFC. Grayscale: #535353. Windows color (decimal): -13078525 or 225336. OLE color: 225336.

HSL color Cylindrical-coordinate representation of color #387003: hue angle of 90.83º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #387003 is Cyan = 0.50, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 112 3 -
CMYK 0.50 0 0.97 0.56
HSL 90.83º 0.95% 0.23% -
HSV(B) 90.83º 0.97% 0.44% -
XYZ 7.44 12.44 2.09 -
YUV 82.83 82.95 108.86 -
System Red Green Blue C M Y K H S L
Decimal 56 112 3 0.50 0 0.97 0.56 90.83 0.95 0.23
Hex 38 70 3 32 0 61 38 5B 5F 17
Octal 70 160 3 62 0 141 70 133 137 27
Binary 111000 1110000 11 110010 0 1100001 111000 1011011 1011111 10111

Color Harmonies of #387003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387003

Black with #387003

Text Example


Text Example

White with #387003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387003; }

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

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

background-color css

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

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

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

border-color css

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

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

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