Html Css Color HEX #387C16 Bilbao

📋 copy color: '#387C16'

red 56 ◦ green 124 ◦ blue 22

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

Shades of Bilbao #387C16

Tints of Bilbao #387C16

RGB

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

 GREEN value IS 124 (48.83% from 255) = 61.39%

 BLUE value IS 22 (8.98% from 255) = 10.89%

R = 27.72%
G = 61.39%
B = 10.89%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#387C16 (or 0x387C16) is known color: Bilbao. HEX triplet: 38, 7C and 16. RGB value is (56,124,22). Sum of RGB (Red+Green+Blue) = 56+124+22=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 124 (48.83% from 255 or 61.39% from 202); Blue value is 22 (8.98% from 255 or 10.89% from 202); Max value from RGB is 124 - color contains mainly: green. Hex color #387C16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387C16 is #C783E9. Grayscale: #5C5C5C. Windows color (decimal): -13075434 or 1473592. OLE color: 1473592.

HSL color Cylindrical-coordinate representation of color #387C16: hue angle of 100º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #387C16 is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 124 22 -
CMYK 0.55 0 0.82 0.51
HSL 100º 0.7% 0.29% -
HSV(B) 100º 0.82% 0.49% -
XYZ 8.98 15.31 3.24 -
YUV 92.04 88.47 102.29 -
System Red Green Blue C M Y K H S L
Decimal 56 124 22 0.55 0 0.82 0.51 100 0.7 0.29
Hex 38 7C 16 37 0 52 33 64 46 1D
Octal 70 174 26 67 0 122 63 144 106 35
Binary 111000 1111100 10110 110111 0 1010010 110011 1100100 1000110 11101

Color Harmonies of #387C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C16

Black with #387C16

Text Example


Text Example

White with #387C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387C16; }

 p { color: rgb(56,124,22); }

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

background-color css

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

 a { background-color: rgb(56,124,22); }

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

border-color css

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

 span { border-color: rgb(56,124,22); }

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