Html Css Color HEX #387301 Bilbao

📋 copy color: '#387301'

red 56 ◦ green 115 ◦ blue 1

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

Shades of Bilbao #387301

Tints of Bilbao #387301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 66.86%

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

R = 32.56%
G = 66.86%
B = 0.58%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#387301 (or 0x387301) is known color: Bilbao. HEX triplet: 38, 73 and 01. RGB value is (56,115,1). Sum of RGB (Red+Green+Blue) = 56+115+1=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 115 (45.31% from 255 or 66.86% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 115 - color contains mainly: green. Hex color #387301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387301 is #C78CFE. Grayscale: #545454. Windows color (decimal): -13077759 or 95032. OLE color: 95032.

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

Color convert

RGB 56 115 1 -
CMYK 0.51 0 0.99 0.55
HSL 91.05º 0.98% 0.23% -
HSV(B) 91.05º 0.99% 0.45% -
XYZ 7.77 13.1 2.15 -
YUV 84.36 80.95 107.77 -
System Red Green Blue C M Y K H S L
Decimal 56 115 1 0.51 0 0.99 0.55 91.05 0.98 0.23
Hex 38 73 1 33 0 63 37 5B 62 17
Octal 70 163 1 63 0 143 67 133 142 27
Binary 111000 1110011 1 110011 0 1100011 110111 1011011 1100010 10111

Color Harmonies of #387301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387301

Black with #387301

Text Example


Text Example

White with #387301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387301; }

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

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

background-color css

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

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

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

border-color css

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

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

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