Html Css Color HEX #387201 Bilbao

📋 copy color: '#387201'

red 56 ◦ green 114 ◦ blue 1

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

Shades of Bilbao #387201

Tints of Bilbao #387201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 66.67%

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

R = 32.75%
G = 66.67%
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

#387201 (or 0x387201) is known color: Bilbao. HEX triplet: 38, 72 and 01. RGB value is (56,114,1). Sum of RGB (Red+Green+Blue) = 56+114+1=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 114 (44.92% from 255 or 66.67% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 114 - color contains mainly: green. Hex color #387201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387201 is #C78DFE. Grayscale: #545454. Windows color (decimal): -13078015 or 94776. OLE color: 94776.

HSL color Cylindrical-coordinate representation of color #387201: hue angle of 90.8º 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 #387201 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 114 1 -
CMYK 0.51 0 0.99 0.55
HSL 90.8º 0.98% 0.23% -
HSV(B) 90.8º 0.99% 0.45% -
XYZ 7.65 12.88 2.11 -
YUV 83.78 81.28 108.19 -
System Red Green Blue C M Y K H S L
Decimal 56 114 1 0.51 0 0.99 0.55 90.8 0.98 0.23
Hex 38 72 1 33 0 63 37 5B 62 17
Octal 70 162 1 63 0 143 67 133 142 27
Binary 111000 1110010 1 110011 0 1100011 110111 1011011 1100010 10111

Color Harmonies of #387201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387201

Black with #387201

Text Example


Text Example

White with #387201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387201; }

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

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

background-color css

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

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

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

border-color css

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

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

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