Html Css Color HEX #387403 Bilbao

📋 copy color: '#387403'

red 56 ◦ green 116 ◦ blue 3

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

Shades of Bilbao #387403

Tints of Bilbao #387403

RGB

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

 GREEN value IS 116 (45.7% from 255) = 66.29%

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

R = 32%
G = 66.29%
B = 1.71%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#387403 (or 0x387403) is known color: Bilbao. HEX triplet: 38, 74 and 03. RGB value is (56,116,3). Sum of RGB (Red+Green+Blue) = 56+116+3=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 116 (45.70% from 255 or 66.29% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 116 - color contains mainly: green. Hex color #387403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387403 is #C78BFC. Grayscale: #555555. Windows color (decimal): -13077501 or 226360. OLE color: 226360.

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

Color convert

RGB 56 116 3 -
CMYK 0.52 0 0.97 0.55
HSL 91.86º 0.95% 0.23% -
HSV(B) 91.86º 0.97% 0.45% -
XYZ 7.89 13.34 2.24 -
YUV 85.18 81.62 107.19 -
System Red Green Blue C M Y K H S L
Decimal 56 116 3 0.52 0 0.97 0.55 91.86 0.95 0.23
Hex 38 74 3 34 0 61 37 5C 5F 17
Octal 70 164 3 64 0 141 67 134 137 27
Binary 111000 1110100 11 110100 0 1100001 110111 1011100 1011111 10111

Color Harmonies of #387403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387403

Black with #387403

Text Example


Text Example

White with #387403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387403; }

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

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

background-color css

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

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

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

border-color css

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

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

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